summaryrefslogtreecommitdiff
path: root/python/interaction.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-06-05 20:41:19 -0400
committerJordan Wiens <jordan@psifertex.com>2023-06-05 20:41:19 -0400
commit56531213400439984da767ef9bc64ea4b2a091a0 (patch)
tree0ac220b21233a1c30bfa79daab911b8b1f58b5da /python/interaction.py
parentbdd240a8a07dd154725aef55c74202828e7384ae (diff)
cleanup pydoc warnings
Diffstat (limited to 'python/interaction.py')
-rw-r--r--python/interaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/interaction.py b/python/interaction.py
index 4b296ab3..b5b4bee4 100644
--- a/python/interaction.py
+++ b/python/interaction.py
@@ -1216,7 +1216,7 @@ def get_choice_input(prompt, title, choices):
def get_open_filename_input(prompt: str, ext: str = "") -> Optional[str]:
- r"""
+ """
``get_open_filename_input`` prompts the user for a file name to open
.. note:: This API functions differently on the command-line vs the UI. In the UI a pop-up is used. On the command-line \