We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a634838 commit 901861dCopy full SHA for 901861d
Doc/library/stdtypes.rst
@@ -1484,8 +1484,8 @@ The following operations return new objects and appear
1484
x * lst # repeats lst x times into a new list
1485
lst.copy() # returns a shallow copy of the list
1486
1487
-Methods that only operate on a single elements with no shifting required are
1488
-:term:`atomic <atomic operation>`:
+The following methods that only operate on a single element with no shifting
+required are :term:`atomic <atomic operation>`:
1489
1490
.. code-block::
1491
:class: good
0 commit comments