File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,9 @@ def prompt(
51
51
52
52
See Also
53
53
--------
54
- :meth:`~prompt`, :meth:`~prompt_bool` and :meth:`prompt_choices` are from
55
- `flask-script`_. See the `flask-script license`_.
56
-
57
- .. _flask-script: https://github.com/techniq/flask-script
58
- .. _flask-script license:
59
- https://github.com/techniq/flask-script/blob/master/LICENSE
54
+ :meth:`~prompt`, :meth:`~prompt_bool` and :meth:`~prompt_choices` are from
55
+ `flask-script <https://github.com/techniq/flask-script>`_. See the
56
+ `flask-script license <https://github.com/techniq/flask-script/blob/master/LICENSE>`_.
60
57
"""
61
58
_prompt = name + (default and " [%s]" % default or "" )
62
59
_prompt += name .endswith ("?" ) and " " or ": "
You can’t perform that action at this time.
0 commit comments