From 530e370ff3d4d43e1969dcc821f65bf33a99f252 Mon Sep 17 00:00:00 2001 From: da-woods Date: Sun, 26 Jun 2022 11:42:31 +0100 Subject: 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). --- docs/src/userguide/sharing_declarations.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/src/userguide/sharing_declarations.rst b/docs/src/userguide/sharing_declarations.rst index 57f41e38d..7c2a49e21 100644 --- a/docs/src/userguide/sharing_declarations.rst +++ b/docs/src/userguide/sharing_declarations.rst @@ -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 -- cgit v1.2.1