minor docstring typo fix. · python/cpython@aff48a2

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