[pypy-commit] cffi default: Typo
arigo
noreply at buildbot.pypy.org
Sat Sep 8 02:30:04 CEST 2012
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r690:2195ae9f4ebb
Date: 2012-07-26 20:00 +0200
http://bitbucket.org/cffi/cffi/changeset/2195ae9f4ebb/
Log: Typo
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -960,7 +960,7 @@
operations to the C module. This is what is returned by
``ffi.verify()``.
-- ``get_extension)``: returns a distutils-compatible ``Extension`` instance.
+- ``get_extension()``: returns a distutils-compatible ``Extension`` instance.
The following are global functions in the ``cffi.verifier`` module:
More information about the pypy-commit
mailing list