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(
5151
5252 See Also
5353 --------
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>`_.
6057 """
6158 _prompt = name + (default and " [%s]" % default or "" )
6259 _prompt += name .endswith ("?" ) and " " or ": "
You can’t perform that action at this time.
0 commit comments