Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1006:fe0269906048
Date: 2012-10-26 09:23 +0200
http://bitbucket.org/cffi/cffi/changeset/fe0269906048/
Log: Fix docstring to work around xemacs syntax highlighting issues.
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -201,7 +201,7 @@
it as a string or unicode string.
If 'cdata' is an enum, returns the value of the enumerator as a
- string, or "#NUMBER" if the value is out of range.
+ string, or '#NUMBER' if the value is out of range.
"""
return self._backend.string(cdata, maxlen)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit