Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c32988

Browse filesBrowse 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
Copy full SHA for 5c32988

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎Doc/library/weakref.rst

Copy file name to clipboardExpand all lines: Doc/library/weakref.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.