diff options
author | Zackery Spytz <zspytz@gmail.com> | 2021-03-14 01:00:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 01:00:28 (GMT) |
commit | f2b45367f1c049da76f81fb2920449b4909e0638 (patch) | |
tree | ccb43cff286ed56937fcabe7e2dbbe015d081c0e /Doc/library/readline.rst | |
parent | f00e82f8b87c96ff76d6f768fa7a29cbd86eec6a (diff) | |
download | cpython-f2b45367f1c049da76f81fb2920449b4909e0638.zip cpython-f2b45367f1c049da76f81fb2920449b4909e0638.tar.gz cpython-f2b45367f1c049da76f81fb2920449b4909e0638.tar.bz2 |
Fix some minor errors in the docs (GH-24834)
Diffstat (limited to 'Doc/library/readline.rst')
-rw-r--r-- | Doc/library/readline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 3ff6488..4d485d2 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -259,7 +259,7 @@ with a custom completer, a different set of word delimiters should be set. These indexes are the *start* and *end* arguments passed to the :c:data:`rl_attempted_completion_function` callback of the underlying library. The values may be different in the same - input editing scenario based on the underlying C readline implemtation. + input editing scenario based on the underlying C readline implementation. Ex: libedit is known to behave differently than libreadline. |