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

Georg Brandl g.brandl at gmx.net
Tue Jan 13 08:51:17 CET 2009


raymond.hettinger schrieb:
> Author: raymond.hettinger
> Date: Tue Jan 13 04:49:43 2009
> New Revision: 68565
> 
> Log:
> Minor documentation tweaks and simpler update() example.

> @@ -244,21 +244,18 @@
>         There is no equivalent class method for :class:`Counter` objects.
>         Raises a :exc:`NotImplementedError` when called.
>  
> -   .. method:: update(iterable)
> +   .. method:: update([iterable-or-mapping])

Is the argument meant to be optional?

Georg



More information about the Python-checkins mailing list