readline: fix typo (#11405)
parent
71f1be5388
commit
e5c4c408b5
|
@ -1,6 +1,6 @@
|
||||||
# Readline
|
# Readline
|
||||||
|
|
||||||
The `readline` module let you await and read user input
|
The `readline` module lets you await and read user input
|
||||||
from a terminal in an easy and structured manner.
|
from a terminal in an easy and structured manner.
|
||||||
|
|
||||||
The module provides an easy way to prompt the user for
|
The module provides an easy way to prompt the user for
|
||||||
|
|
Loading…
Reference in New Issue