From 12fd14fc67dff4e36398590c86ef2274ee187680 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 10 Feb 2017 16:32:32 -0800 Subject: [PATCH] bpo-29474: Improve documentation for weakref.WeakValueDictionary There were some grammatical errors in weakref.WeakValueDictionary documentation. This is to be applied to 2.7 --- Doc/library/weakref.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index afbd6113b8124b..0781e67e69b745 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()