summaryrefslogtreecommitdiff
path: root/src/click/termui.py
diff options
context:
space:
mode:
author180909 <734461790@qq.com>2021-10-11 23:08:22 +0800
committerDavid Lord <davidism@gmail.com>2021-12-26 16:42:30 -0700
commit9bf84f86bb878d8e337acc562ded3294f2e9a6ea (patch)
tree8fa38d93f87d03b9ee2b80b62c3c10e5a1fd8c5b /src/click/termui.py
parent83beb9f24a1af210ca255ca34d7d1bdd71111018 (diff)
downloadclick-9bf84f86bb878d8e337acc562ded3294f2e9a6ea.tar.gz
fix typos
Diffstat (limited to 'src/click/termui.py')
-rw-r--r--src/click/termui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/click/termui.py b/src/click/termui.py
index e21be0a..a7a8d03 100644
--- a/src/click/termui.py
+++ b/src/click/termui.py
@@ -93,7 +93,7 @@ def prompt(
"""Prompts a user for input. This is a convenience function that can
be used to prompt a user for input later.
- If the user aborts the input by sending a interrupt signal, this
+ If the user aborts the input by sending an interrupt signal, this
function will catch it and raise a :exc:`Abort` exception.
:param text: the text to show for the prompt.