Skip to content

Commit

Permalink
minor docstring typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead authored and serhiy-storchaka committed Nov 11, 2024
1 parent 0659bd2 commit aff48a2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit aff48a2

Please sign in to comment.