[pypy-commit] cffi default: Merged in edbaunton/cffi/edbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587 (pull request #87)

arigo pypy.commits at gmail.com
Wed Jun 20 13:11:16 EDT 2018


Author: Armin Rigo <armin.rigo at gmail.com>
Branch: 
Changeset: r3124:72e1024bd3f8
Date: 2018-06-20 17:11 +0000
http://bitbucket.org/cffi/cffi/changeset/72e1024bd3f8/

Log:	Merged in edbaunton/cffi/edbaunton/minor-fix-fucntion-typo-in-
	overviewrst-1529498764587 (pull request #87)

	Minor: Fix 'fucntion' typo in overview.rst

diff --git a/doc/source/overview.rst b/doc/source/overview.rst
--- a/doc/source/overview.rst
+++ b/doc/source/overview.rst
@@ -167,7 +167,7 @@
 
 *Python 3 on Windows:* ``ffi.dlopen(None)`` does not work.  This problem
 is messy and not really fixable.  The problem does not occur if you try
-to call a fucntion from a specific DLL that exists on your system: then
+to call a function from a specific DLL that exists on your system: then
 you use ``ffi.dlopen("path.dll")``.
 
 *This example does not call any C compiler.  It works in the so-called


More information about the pypy-commit mailing list