Skip to content

Commit

Permalink
Minor update to HowToUsePyparsing.rst (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Ze committed Sep 3, 2023
1 parent b4dfec0 commit 8d25b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HowToUsePyparsing.rst
Expand Up @@ -836,7 +836,7 @@ Other classes

- elements can be deleted using ``del``

- the ``-1``th element can be extracted and removed in a single operation
- the last element can be extracted and removed in a single operation
using ``pop()``, or any element can be extracted and removed
using ``pop(n)``

Expand Down

0 comments on commit 8d25b5f

Please sign in to comment.