mirror of
https://github.com/python/cpython.git
synced 2025-08-16 14:50:43 +00:00
usage
This commit is contained in:
parent
4da1da094c
commit
b40890db07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue