From: Robert Bradshaw Date: Wed, 1 Jul 2009 06:31:33 +0000 (-0700) Subject: Typo X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cad7d1de5785b771b4404aed653bdfd63ba1fe5e;p=cython.git Typo --- diff --git a/docs/sharing_declarations.rst b/docs/sharing_declarations.rst index 7648e41b..cb745301 100644 --- a/docs/sharing_declarations.rst +++ b/docs/sharing_declarations.rst @@ -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