From aff48a2aa436053113566696f3f1fe709d0d7bc8 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 6 Nov 2024 12:03:04 -0800 Subject: [PATCH] minor docstring typo fix. --- Lib/getopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/getopt.py b/Lib/getopt.py index f064259fcb3d72..a9c452a601ee81 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -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