This commit is contained in:
Skip Montanaro 2008-09-17 11:50:36 +00:00
parent 4da1da094c
commit b40890db07
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ in Unix::
.. method:: defaultdict.__missing__(key)
If the :attr:`default_factory` attribute is ``None``, this raises an
If the :attr:`default_factory` attribute is ``None``, this raises a
:exc:`KeyError` exception with the *key* as argument.
If :attr:`default_factory` is not ``None``, it is called without arguments