From 4ea9dbdcf0b9cb47812023565af252454126669d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 6 Nov 2010 04:40:47 +0000 Subject: [PATCH] Typo fixed --- doc/src/extras.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/extras.rst b/doc/src/extras.rst index 7e566d16..00262911 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -86,7 +86,7 @@ Real dictionary cursor These objects require `!collection.namedtuple()` to be found, so it is available out-of-the-box only from Python 2.6. Anyway, the namedtuple implementation is compatible with previous Python versions, so all you -have to do is to `download it`__ and add make it available where we +have to do is to `download it`__ and make it available where we expect it to be... :: from somewhere import namedtuple