We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a123518 commit d6ac8beCopy full SHA for d6ac8be
docs/pages/asking_for_input.rst
@@ -892,7 +892,6 @@ Enabling can be done by passing the ``mouse_support=True`` option.
892
.. code:: python
893
894
from prompt_toolkit import prompt
895
- import getpass
896
897
prompt('What is your name: ', mouse_support=True)
898
@@ -907,7 +906,6 @@ scroll horizontally.
907
906
908
909
910
911
912
prompt('What is your name: ', wrap_lines=False)
913
@@ -921,7 +919,6 @@ asterisks (``*`` characters).
921
919
922
920
923
924
925
926
prompt('Enter password: ', is_password=True)
927
0 commit comments