Skip to content
Snippets Groups Projects
Commit 71a8dfd11905 authored by edbaunton's avatar edbaunton
Browse files

Minor: Fix 'fucntion' typo in overview.rst

parent 24bc0029493c
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
*Python 3 on Windows:* ``ffi.dlopen(None)`` does not work. This problem *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 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")``. you use ``ffi.dlopen("path.dll")``.
*This example does not call any C compiler. It works in the so-called *This example does not call any C compiler. It works in the so-called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment