Correct a missing word in docs

This commit is contained in:
Nitin George Cherian 2021-01-13 13:21:34 +05:30
parent e600d70053
commit 13e848644c
1 changed files with 1 additions and 1 deletions

View File

@ -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")