summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-12-27 12:23:12 -0600
committerGitHub <noreply@github.com>2018-12-27 12:23:12 -0600
commit3288d48409269b404e24888ec90e76ee751251e3 (patch)
tree03bd146a8d74a164763ae07abcfb691720da6c73
parent95ad65fe6a962cc8ea519abefde85f0bc1f75b7e (diff)
parent3ff6a80a407fd833b437787d90a265a2491d2991 (diff)
downloadpyparsing-git-3288d48409269b404e24888ec90e76ee751251e3.tar.gz
Merge pull request #60 from jdufresne/typo
Fix typo: 'whre' -> 'where'
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0b1a3cd..471e75b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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