Commit 530e370f authored by da-woods's avatar da-woods Committed by GitHub

Docs: don't say cdef functions exist in module dict (#4865)

Patch is against 0.29.x branch (to fix both versions of the
documentation).
parent 9fb8fae9
......@@ -166,13 +166,6 @@ example:
.. literalinclude:: ../../examples/userguide/sharing_declarations/spammery.pyx
.. note::
When a module exports a C function in this way, an object appears in the
module dictionary under the function's name. However, you can't make use of
this object from Python, nor can you use it from Cython using a normal import
statement; you have to use :keyword:`cimport`.
.. _sharing_extension_types:
Sharing Extension Types
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment