Skip to content

Commit

Permalink
Fix typo in pyparsing 3.0.0 example code (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Feb 26, 2022
1 parent 3e0bd80 commit ea98f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats_new_in_3_0_0.rst
Expand Up @@ -133,7 +133,7 @@ Instead of writing::

you will be able to write::

identifier = pp.Word(pp.indentchars, pp.identbodychars)
identifier = pp.Word(pp.identchars, pp.identbodychars)

Those constants have also been added to all the Unicode string classes::

Expand Down

0 comments on commit ea98f63

Please sign in to comment.