diff --git a/docs/HowToUsePyparsing.rst b/docs/HowToUsePyparsing.rst index bc5da5b3..e38a2df6 100644 --- a/docs/HowToUsePyparsing.rst +++ b/docs/HowToUsePyparsing.rst @@ -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``