Typo
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 1 Jul 2009 06:31:33 +0000 (23:31 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 1 Jul 2009 06:31:33 +0000 (23:31 -0700)
docs/sharing_declarations.rst

index 7648e41b4ab969abec598f584ead0eab675a6a2b..cb7453015f0fe9d169a08d1544951eed326f300b 100644 (file)
@@ -56,7 +56,7 @@ What an Implementation File contains
 An implementation file can contain any kind of Cython statement, although there
 are some restrictions on the implementation part of an extension type if the
 corresponding definition file also defines that type (see below). 
-If one doesn't need to :keyword:`comport` anything from this module, then this
+If one doesn't need to :keyword:`cimport` anything from this module, then this
 is the only file one needs. 
 
 The cimport statement