summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2019-01-06 12:35:46 -0600
committerGitHub <noreply@github.com>2019-01-06 12:35:46 -0600
commited7c6205b1aaa3d749ba783d267a511ed438b2a0 (patch)
tree40af90e769fedea209e56f16c089efe0099519e8
parentfe13dce382ce888455d8f946faf1caa23a0363a5 (diff)
parent6cac11fe8838cab3a20018208c50ed27dd0e1840 (diff)
downloadpyparsing-git-ed7c6205b1aaa3d749ba783d267a511ed438b2a0.tar.gz
Merge pull request #62 from crowsonkb/changes_typo
Fix typo: 'chemcialFormulas.py' -> 'chemicalFormulas.py'
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b76e75d..2977cc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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