[pypy-commit] cffi default: Docstring fix

arigo noreply at buildbot.pypy.org
Mon Oct 21 14:47:47 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1377:4ef315f70817
Date: 2013-10-21 14:23 +0200
http://bitbucket.org/cffi/cffi/changeset/4ef315f70817/

Log:	Docstring fix

diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -133,7 +133,7 @@
 
     def typeof(self, cdecl):
         """Parse the C type given as a string and return the
-        corresponding Python type: <class 'ffi.CData<...>'>.
+        corresponding <ctype> object.
         It can also be used on 'cdata' instance to get its C type.
         """
         if isinstance(cdecl, basestring):


More information about the pypy-commit mailing list