mirror of https://github.com/python/cpython
usage
This commit is contained in:
parent
4da1da094c
commit
b40890db07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue