Skip to content

Commit

Permalink
Fix reference to string.ascii_letters (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsgp committed Feb 24, 2024
1 parent 3c76346 commit 63ace0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HowToUsePyparsing.rst
Expand Up @@ -1299,7 +1299,7 @@ Helper parse actions
Common string and token constants
---------------------------------

- ``alphas`` - same as ``string.letters``
- ``alphas`` - same as ``string.ascii_letters``

- ``nums`` - same as ``string.digits``

Expand Down

0 comments on commit 63ace0b

Please sign in to comment.