Minor Py3 fix in testcase
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 17 Oct 2008 07:49:55 +0000 (09:49 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 17 Oct 2008 07:49:55 +0000 (09:49 +0200)
tests/run/r_docstrings.pyx

index 00a9fdad481f02ba90b2ede5b85661e46b9f0a54..2bd6b34df957de1e147e7a43d54ae3188a44d26d 100644 (file)
@@ -3,7 +3,7 @@
 
 # More comments
 
-'A module docstring'
+u'A module docstring'
 
 doctest = u"""# Python 3 gets all of these right ...
     >>> __doc__