Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2219:1ff67de0da1e
Date: 2015-07-09 16:45 +0200
http://bitbucket.org/cffi/cffi/changeset/1ff67de0da1e/

Log:    Doc fixes

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -239,7 +239,7 @@
 the limitations of ABI-level access to the system.  In case of doubt, read
 again `ABI versus API`_ in the overview.
 
-.. _`ABI versus API`: overflow.html#abi-versus-api
+.. _`ABI versus API`: overview.html#abi-versus-api
 
 You can use the library object to call the functions previously
 declared by ``ffi.cdef()``, to read constants, and to read or write
diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -574,7 +574,8 @@
 confuse it with ``ffi.errno``.)
         
 **ffi.errno**: the value of ``errno`` received from the most recent C call
-in this thread, and passed to the following C call.  (This is a property.)
+in this thread, and passed to the following C call.  (This is a read-write
+property.)
 
 **ffi.getwinerror(code=-1)**: on Windows, in addition to ``errno`` we
 also save and restore the ``GetLastError()`` value across function
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to