From defeff2c27ed5f2a72912894f2a5c809f34d7293 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Fri, 17 Oct 2008 09:49:55 +0200 Subject: [PATCH] Minor Py3 fix in testcase --- tests/run/r_docstrings.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/r_docstrings.pyx b/tests/run/r_docstrings.pyx index 00a9fdad..2bd6b34d 100644 --- a/tests/run/r_docstrings.pyx +++ b/tests/run/r_docstrings.pyx @@ -3,7 +3,7 @@ # More comments -'A module docstring' +u'A module docstring' doctest = u"""# Python 3 gets all of these right ... >>> __doc__ -- 2.26.2