diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-01-06 12:35:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-06 12:35:46 -0600 |
commit | ed7c6205b1aaa3d749ba783d267a511ed438b2a0 (patch) | |
tree | 40af90e769fedea209e56f16c089efe0099519e8 | |
parent | fe13dce382ce888455d8f946faf1caa23a0363a5 (diff) | |
parent | 6cac11fe8838cab3a20018208c50ed27dd0e1840 (diff) | |
download | pyparsing-git-ed7c6205b1aaa3d749ba783d267a511ed438b2a0.tar.gz |
Merge pull request #62 from crowsonkb/changes_typo
Fix typo: 'chemcialFormulas.py' -> 'chemicalFormulas.py'
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ Version 2.3.1 - January, 2019 - Added optional postParse argument to ParserElement.runTests() to add a custom callback to be called for test strings that parse successfully. Useful for running tests that do additional validation or processing on the parsed - results. See updated chemcialFormulas.py example. + results. See updated chemicalFormulas.py example. - Removed distutils fallback in setup.py. If installing the package fails, please update to the latest version of setuptools. Plus overall project code |