diff options
Diffstat (limited to 'Lib/optparse.py')
-rw-r--r-- | Lib/optparse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/optparse.py b/Lib/optparse.py index eb1330e66f3..991bcb6c1f1 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -1380,4 +1380,3 @@ def _match_abbrev (s, wordmap): # which will become a factory function when there are many Option # classes. make_option = Option - |