File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1494,7 +1494,7 @@ Glossary
14941494 the ``3 `` in ``items[3] ``.
14951495 Usually used to select an element of a container.
14961496 Also called a :term: `key ` when subscripting a :term: `mapping `,
1497- or :term: `index ` when subscripting a :term: `sequence `.
1497+ or an :term: `index ` when subscripting a :term: `sequence `.
14981498
14991499 synchronization primitive
15001500 A basic building block for coordinating (synchronizing) the execution of
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ to negative slice positions.
326326Note that no error is raised if a slice position is less than zero or larger
327327than the length of the sequence.
328328
329- If *start * is missing or `` None ` `, slicing behaves as if *start * was zero.
329+ If *start * is missing or :data: ` None `, slicing behaves as if *start * was zero.
330330If *stop * is missing or ``None ``, slicing behaves as if *stop * was equal to
331331the length of the sequence.
332332
You can’t perform that action at this time.
0 commit comments