Skip to content

Commit 5c32988

Browse files
Mariattazware
authored andcommitted
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)
There were some grammatical errors in weakref.WeakValueDictionary documentation.
1 parent 8420cd2 commit 5c32988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/weakref.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ than needed.
189189
magic" (as a side effect of garbage collection).
190190

191191
:class:`WeakValueDictionary` objects have the following additional methods.
192-
These method have the same issues as the :meth:`iterkeyrefs` and :meth:`keyrefs`
193-
methods of :class:`WeakKeyDictionary` objects.
192+
These methods have the same issues as the :meth:`iterkeyrefs` and
193+
:meth:`keyrefs` methods of :class:`WeakKeyDictionary` objects.
194194

195195

196196
.. method:: WeakValueDictionary.itervaluerefs()

0 commit comments

Comments
 (0)