From 37666770becccd3e6b4e1f79f4890d64dea5876d Mon Sep 17 00:00:00 2001 From: James Rowe Date: Wed, 23 Mar 2011 07:10:28 +0000 Subject: [PATCH] =?UTF-8?q?imports=E2=86=92import=20typo=20fix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index 4ff8c91c..12127646 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -61,7 +61,7 @@ Take a look to the Markdown reader:: Simple isn't it ? If your new reader requires additional Python dependencies then you should wrap -their `imports` statements in `try...except`. Then inside the reader's class +their `import` statements in `try...except`. Then inside the reader's class set the `enabled` class attribute to mark import success or failure. This makes it possible for users to continue using their favourite markup method without needing to install modules for all the additional formats they don't use.