Skip to content

Commit 059d0c2

Browse files
committed
Merge pull request pypa#152 from hamogu/patch-1
Typo in extensions.rst: Link to CFFI did not work.
2 parents 9f861db + 6d771ea commit 059d0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ wrapper modules up to date.
156156
modules. It still involves wrapping the interfaces by hand, however, so
157157
may not be a good choice for wrapping large APIs.
158158

159-
* `cffi <cffi.readthedocs.org/>`__ is a project created by some of the PyPy
159+
* `cffi <http://cffi.readthedocs.org/>`__ is a project created by some of the PyPy
160160
developers to make it straightforward for developers that already know
161161
both Python and C to expose their C modules to Python applications. It
162162
also makes it relatively straightforward to wrap a C module based on its

0 commit comments

Comments
 (0)