From 30b9d5d3af043fc2687ad11a188a34fe355e20ef Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 17 Aug 2013 15:50:46 +0300 Subject: =?UTF-8?q?#18705:=20fix=20a=20number=20of=20typos.=20=20Patch=20b?= =?UTF-8?q?y=20F=C3=A9vry=20Thibault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/optparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/optparse.py') diff --git a/Lib/optparse.py b/Lib/optparse.py index 37764d317a..22405d5eb8 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -1463,7 +1463,7 @@ class OptionParser (OptionContainer): """_match_long_opt(opt : string) -> string Determine which long option string 'opt' matches, ie. which one - it is an unambiguous abbrevation for. Raises BadOptionError if + it is an unambiguous abbreviation for. Raises BadOptionError if 'opt' doesn't unambiguously match any long option string. """ return _match_abbrev(opt, self._long_opt) -- cgit v1.2.1