Skip to content

Commit 901861d

Browse files
committed
Address feedback
1 parent a634838 commit 901861d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,8 +1484,8 @@ The following operations return new objects and appear
14841484
x * lst # repeats lst x times into a new list
14851485
lst.copy() # returns a shallow copy of the list
14861486
1487-
Methods that only operate on a single elements with no shifting required are
1488-
:term:`atomic <atomic operation>`:
1487+
The following methods that only operate on a single element with no shifting
1488+
required are :term:`atomic <atomic operation>`:
14891489

14901490
.. code-block::
14911491
:class: good

0 commit comments

Comments
 (0)