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