Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4258e8

Browse files
authored
Fix minor typo in comments in readline.c (GH-23911)
1 parent 030a713 commit a4258e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/readline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extern char **completion_matches(char *, CPFunction *);
5151
*
5252
* This emulation library is not 100% API compatible with the "real" readline
5353
* and cannot be detected at compile-time,
54-
* hence we use a runtime check to detect if the Python readlinke module is
54+
* hence we use a runtime check to detect if the Python readline module is
5555
* linked to libedit.
5656
*
5757
* Currently there is one known API incompatibility:

0 commit comments

Comments
 (0)