]> granicus.if.org Git - python/commitdiff
usage
authorSkip Montanaro <skip@pobox.com>
Wed, 17 Sep 2008 11:50:36 +0000 (11:50 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 17 Sep 2008 11:50:36 +0000 (11:50 +0000)
Doc/library/collections.rst

index 3b49a7460a5069e91c12d9061304c01dda45cfb1..a66b555191d34953673aada9aa673238dd92d5d2 100644 (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