[Python-checkins] r66487 - python/trunk/Doc/library/collections.rst

skip.montanaro python-checkins at python.org
Wed Sep 17 13:50:36 CEST 2008


Author: skip.montanaro
Date: Wed Sep 17 13:50:36 2008
New Revision: 66487

Log:
usage


Modified:
   python/trunk/Doc/library/collections.rst

Modified: python/trunk/Doc/library/collections.rst
==============================================================================
--- python/trunk/Doc/library/collections.rst	(original)
+++ python/trunk/Doc/library/collections.rst	Wed Sep 17 13:50:36 2008
@@ -380,7 +380,7 @@
 
    .. 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


More information about the Python-checkins mailing list