Skip to content

Commit 1b6a8e2

Browse files
authored
minor docstring typo fix.
1 parent 0c40533 commit 1b6a8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/getopt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def getopt(args, shortopts, longopts = []):
6060
long options which should be supported. The leading '--'
6161
characters should not be included in the option name. Options
6262
which require an argument should be followed by an equal sign
63-
('='). Options which acept an optional argument should be
63+
('='). Options which accept an optional argument should be
6464
followed by an equal sign and question mark ('=?').
6565
6666
The return value consists of two elements: the first is a list of

0 commit comments

Comments
 (0)