Fix docs about non-extern variables in pxd files.
authorRobert Bradshaw <robertwb@gmail.com>
Sat, 9 Feb 2013 21:21:46 +0000 (13:21 -0800)
committerRobert Bradshaw <robertwb@gmail.com>
Sat, 9 Feb 2013 21:21:46 +0000 (13:21 -0800)
docs/src/userguide/sharing_declarations.rst

index f10049d..c6ef17d 100644 (file)
@@ -37,8 +37,6 @@ A definition file can contain:
 * Declarations of C functions defined in the module.
 * The definition part of an extension type (see below).
 
-It cannot contain any non-extern C variable declarations.
-
 It cannot contain the implementations of any C or Python functions, or any
 Python class definitions, or any executable statements. It is needed when one 
 wants to  access :keyword:`cdef` attributes and methods, or to inherit from