8000 minor docstring typo fix. · python/cpython@aff48a2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit aff48a2

Browse files
gpsheadserhiy-storchaka
authored andcommitted
minor docstring typo fix.
1 parent 0659bd2 commit aff48a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/getopt.py

Lines changed: 1 addition & 1 deletion
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)
0