summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 3b49a74..a66b555 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -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