Skip to content

Commit

Permalink
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)
Browse files Browse the repository at this point in the history
There were some grammatical errors in weakref.WeakValueDictionary
documentation.
  • Loading branch information
Mariatta authored and zware committed Feb 11, 2017
1 parent 8420cd2 commit 5c32988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/weakref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ than needed.
magic" (as a side effect of garbage collection).

:class:`WeakValueDictionary` objects have the following additional methods.
These method have the same issues as the :meth:`iterkeyrefs` and :meth:`keyrefs`
methods of :class:`WeakKeyDictionary` objects.
These methods have the same issues as the :meth:`iterkeyrefs` and
:meth:`keyrefs` methods of :class:`WeakKeyDictionary` objects.


.. method:: WeakValueDictionary.itervaluerefs()
Expand Down

0 comments on commit 5c32988

Please sign in to comment.