mirror of https://github.com/Textualize/rich.git
Correct a missing word in docs
This commit is contained in:
parent
e600d70053
commit
13e848644c
|
@ -1,7 +1,7 @@
|
|||
Prompt
|
||||
======
|
||||
|
||||
Rich has a number :class:`~rich.prompt.Prompt` classes which ask a user for input and loop until a valid response is received. Here's a simple example::
|
||||
Rich has a number of :class:`~rich.prompt.Prompt` classes which ask a user for input and loop until a valid response is received. Here's a simple example::
|
||||
|
||||
>>> from rich.prompt import Prompt
|
||||
>>> name = Prompt.ask("Enter your name")
|
||||
|
|
Loading…
Reference in New Issue