From c063b3af1ecbcea0f0cc63b941f5e2038be9efcb Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 14 May 2021 08:34:17 -0400 Subject: Fix misc. doc typos Found via `codespell` --- pkg_resources/_vendor/pyparsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources/_vendor') diff --git a/pkg_resources/_vendor/pyparsing.py b/pkg_resources/_vendor/pyparsing.py index cf75e1e5..4cae7883 100644 --- a/pkg_resources/_vendor/pyparsing.py +++ b/pkg_resources/_vendor/pyparsing.py @@ -1625,7 +1625,7 @@ class ParserElement(object): (see L{I{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 - - explictly expand the tabs in your input string before calling + - explicitly expand the tabs in your input string before calling C{parseString} Example:: -- cgit v1.2.1