]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor typo in comments in readline.c (GH-23911)
authorJero Bado <tokidokitalkyou@gmail.com>
Tue, 29 Dec 2020 12:26:57 +0000 (20:26 +0800)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 12:26:57 +0000 (14:26 +0200)
Modules/readline.c

index bbab0f882e3f16336fdcc07ca00cecdc63c96b67..6cb3ee5c66a0d8ea50c74a01c0a27d80da6b6e12 100644 (file)
@@ -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: