From: Mariatta Date: Sat, 11 Feb 2017 01:44:57 +0000 (-0800) Subject: bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) X-Git-Tag: v2.7.14rc1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c329882fa20f615375f068176e569de7389fa3f;p=thirdparty%2FPython%2Fcpython.git bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11) There were some grammatical errors in weakref.WeakValueDictionary documentation. --- diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index afbd6113b812..0781e67e69b7 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst @@ -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()