Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1232:95cea550141d
Date: 2013-04-04 23:49 +0200
http://bitbucket.org/cffi/cffi/changeset/95cea550141d/
Log: Fix the docstring.
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -221,7 +221,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