diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-12-27 12:23:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 12:23:12 -0600 |
commit | 3288d48409269b404e24888ec90e76ee751251e3 (patch) | |
tree | 03bd146a8d74a164763ae07abcfb691720da6c73 | |
parent | 95ad65fe6a962cc8ea519abefde85f0bc1f75b7e (diff) | |
parent | 3ff6a80a407fd833b437787d90a265a2491d2991 (diff) | |
download | pyparsing-git-3288d48409269b404e24888ec90e76ee751251e3.tar.gz |
Merge pull request #60 from jdufresne/typo
Fix typo: 'whre' -> 'where'
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -773,7 +773,7 @@ Version 2.0.2 - April, 2014 - Removed deprecation warnings when using '<<' for Forward expression assignment. '<<=' is still preferred, but '<<' will be retained - for cases whre '<<=' operator is not suitable (such as in defining + for cases where '<<=' operator is not suitable (such as in defining lambda expressions). - Expanded argument compatibility for classes and functions that |