Skip to content

Commit 0f6c57b

Browse files
committed
docs(cli[utils]): Fix docstring for prompt
1 parent da3218b commit 0f6c57b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/tmuxp/cli/utils.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ": "

0 commit comments

Comments
 (0)