Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor docstring typo fix.
  • Loading branch information
gpshead authored and serhiy-storchaka committed Nov 11, 2024
commit aff48a2aa436053113566696f3f1fe709d0d7bc8
2 changes: 1 addition & 1 deletion Lib/getopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def getopt(args, shortopts, longopts = []):
long options which should be supported. The leading '--'
characters should not be included in the option name. Options
which require an argument should be followed by an equal sign
('='). Options which acept an optional argument should be
('='). Options which accept an optional argument should be
followed by an equal sign and question mark ('=?').

The return value consists of two elements: the first is a list of
Expand Down