Skip to content

Commit ede178a

Browse files
cmd/docs: Fix library name.
1 parent 22f1f20 commit ede178a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/cmd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface.
2828

2929
The default, ``'tab'``, is treated specially, so that it refers to the
3030
:kbd:`Tab` key on every :data:`readline.backend`.
31-
Specifically, if :data:`readline.backend` is ``libedit``,
31+
Specifically, if :data:`readline.backend` is ``editline``,
3232
``Cmd`` will use ``'^I'`` instead of ``'tab'``.
3333
Note that other values are not treated this way, and might only work
3434
with a specific backend.

0 commit comments

Comments
 (0)