Skip to content

Commit 3bcc820

Browse files
committed
Fix Trailing white space
1 parent 63b5bd2 commit 3bcc820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ dictionary-style access. The phrase "dictionary-style" is vague, however.
11821182
It probably means that accessing items with ``obj[1]`` works.
11831183
Does it imply that setting items with ``obj[2] = value`` works?
11841184
Or that the object will have :meth:`!keys`, :meth:`!values`, and :meth:`!items`
1185-
methods? What about the iterative variants such as :meth:`!iterkeys`?
1185+
methods? What about the iterative variants such as :meth:`!iterkeys`?
11861186
:meth:`!copy`and :meth:`!update`? Iterating over the object with :func:`!iter`?
11871187

11881188
The Python 2.6 :mod:`collections` module includes a number of

0 commit comments

Comments
 (0)