We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f1f20 commit ede178aCopy full SHA for ede178a
Doc/library/cmd.rst
@@ -28,7 +28,7 @@ interface.
28
29
The default, ``'tab'``, is treated specially, so that it refers to the
30
:kbd:`Tab` key on every :data:`readline.backend`.
31
- Specifically, if :data:`readline.backend` is ``libedit``,
+ Specifically, if :data:`readline.backend` is ``editline``,
32
``Cmd`` will use ``'^I'`` instead of ``'tab'``.
33
Note that other values are not treated this way, and might only work
34
with a specific backend.
0 commit comments