Kaydet (Commit) 5c329882 authored tarafından Mariatta's avatar Mariatta Kaydeden (comit) Zachary Ware

bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)

There were some grammatical errors in weakref.WeakValueDictionary
documentation.
üst 8420cd29
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment