Py2 test fix
authorStefan Behnel <scoder@users.berlios.de>
Thu, 9 Sep 2010 10:36:30 +0000 (12:36 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 9 Sep 2010 10:36:30 +0000 (12:36 +0200)
tests/run/future_unicode_literals.pyx

index 4eb514e36e9a3328d37019f5c71247b0a055e0ca..9d6b158a99c55b03d1f18c72c58891f0eaecb517 100644 (file)
@@ -16,7 +16,7 @@ else:
     True
     >>> isinstance(u, unicode)
     True
-    >>> isinstance(b, bytes)
+    >>> isinstance(b, str)
     True
 """