From df47628a64e100f4d356901099fc0356c6bfd372 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 28 Apr 2008 10:32:41 +0200 Subject: [PATCH] doctest fix --- tests/run/append.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/append.pyx b/tests/run/append.pyx index e20a8d99..b802dc1c 100644 --- a/tests/run/append.pyx +++ b/tests/run/append.pyx @@ -4,7 +4,7 @@ None None got error [1, 2] ->>> test_append(A()) +>>> test_append(A()) # doctest: +ELLIPSIS appending 1 appending -- 2.26.2