summaryrefslogtreecommitdiff
path: root/docs/src/userguide/sharing_declarations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/userguide/sharing_declarations.rst')
-rw-r--r--docs/src/userguide/sharing_declarations.rst7
1 files changed, 0 insertions, 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