aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJero Bado <tokidokitalkyou@gmail.com>2020-12-29 20:26:57 +0800
committerGitHub <noreply@github.com>2020-12-29 14:26:57 +0200
commita4258e8cd776ba655cc54ba54eaeffeddb0a267c (patch)
tree3c35779f7d938759628092570493aa633faa5a37 /Modules
parentAllow / character in username,password fields in _PROXY envvars. (#23973) (diff)
downloadcpython-a4258e8cd776ba655cc54ba54eaeffeddb0a267c.tar.gz
cpython-a4258e8cd776ba655cc54ba54eaeffeddb0a267c.tar.bz2
cpython-a4258e8cd776ba655cc54ba54eaeffeddb0a267c.zip
Fix minor typo in comments in readline.c (GH-23911)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/readline.c b/Modules/readline.c
index bbab0f882e3..6cb3ee5c66a 100644
--- a/Modules/readline.c
+++ b/Modules/readline.c
@@ -51,7 +51,7 @@ extern char **completion_matches(char *, CPFunction *);
*
* This emulation library is not 100% API compatible with the "real" readline
* and cannot be detected at compile-time,
- * hence we use a runtime check to detect if the Python readlinke module is
+ * hence we use a runtime check to detect if the Python readline module is
* linked to libedit.
*
* Currently there is one known API incompatibility: