Author: Armin Rigo <ar...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to