mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix minor typo in comments in readline.c (GH-23911)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user