Commit b40890db authored by Skip Montanaro's avatar Skip Montanaro

usage

parent 4da1da09
...@@ -380,7 +380,7 @@ in Unix:: ...@@ -380,7 +380,7 @@ in Unix::
.. method:: defaultdict.__missing__(key) .. 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. :exc:`KeyError` exception with the *key* as argument.
If :attr:`default_factory` is not ``None``, it is called without arguments If :attr:`default_factory` is not ``None``, it is called without arguments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment