From: Stefan Behnel Date: Sun, 6 Dec 2009 13:50:02 +0000 (+0100) Subject: test cleanup X-Git-Tag: 0.12.1~69 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=481179f59f16a0a13b9711c65dc285f56b0fa2e0;p=cython.git test cleanup --- diff --git a/tests/run/typed_slice.pyx b/tests/run/typed_slice.pyx index 8161c362..8e63eb11 100644 --- a/tests/run/typed_slice.pyx +++ b/tests/run/typed_slice.pyx @@ -53,7 +53,6 @@ def slice_list_assign(list l, value): def slice_charp(py_string_arg): """ - >>> l = [1,2,3,4] >>> print("%s" % slice_charp('abcdefg')) bc """ @@ -63,7 +62,6 @@ def slice_charp(py_string_arg): def slice_charp_repeat(py_string_arg): """ - >>> l = [1,2,3,4] >>> print("%s" % slice_charp_repeat('abcdefg')) cd """