diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 03:49:24 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 03:51:03 -0500 |
| commit | 3b87957adcf360dbbe7d1c0fa48e1295fb81900c (patch) | |
| tree | cf3dfb8415ede297c527cfeeec6be8c4dfc5296b /pkg_resources/_vendor/pyparsing.py | |
| parent | d212daa48743609fc439d8f5cbb2b4e8effbd55f (diff) | |
| download | python-setuptools-git-3b87957adcf360dbbe7d1c0fa48e1295fb81900c.tar.gz | |
Update packaging to 21.2. Ref #2497.debt/update-packaging
Diffstat (limited to 'pkg_resources/_vendor/pyparsing.py')
| -rw-r--r-- | pkg_resources/_vendor/pyparsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/_vendor/pyparsing.py b/pkg_resources/_vendor/pyparsing.py index 4cae7883..cf75e1e5 100644 --- a/pkg_resources/_vendor/pyparsing.py +++ b/pkg_resources/_vendor/pyparsing.py @@ -1625,7 +1625,7 @@ class ParserElement(object): (see L{I{parseWithTabs}<parseWithTabs>})
- define your parse action using the full C{(s,loc,toks)} signature, and
reference the input string using the parse action's C{s} argument
- - explicitly expand the tabs in your input string before calling
+ - explictly expand the tabs in your input string before calling
C{parseString}
Example::
|
