From cad7d1de5785b771b4404aed653bdfd63ba1fe5e Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 30 Jun 2009 23:31:33 -0700 Subject: [PATCH] Typo --- docs/sharing_declarations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2