Typo fixed

This commit is contained in:
Daniele Varrazzo 2010-11-06 04:40:47 +00:00
parent abad3127ca
commit 4ea9dbdcf0

View File

@ -86,7 +86,7 @@ Real dictionary cursor
These objects require `!collection.namedtuple()` to be found, so it is These objects require `!collection.namedtuple()` to be found, so it is
available out-of-the-box only from Python 2.6. Anyway, the namedtuple available out-of-the-box only from Python 2.6. Anyway, the namedtuple
implementation is compatible with previous Python versions, so all you 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... :: expect it to be... ::
from somewhere import namedtuple from somewhere import namedtuple