diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-06-06 01:27:38 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-06-06 01:27:38 -0400 |
| commit | 1dc12c62adddae84b8121009f5276697c201693c (patch) | |
| tree | f037055a87e163b08ff49a30e7095dc7440a3039 /python | |
| parent | 56531213400439984da767ef9bc64ea4b2a091a0 (diff) | |
try to make sphinx ver on macos build happy
Diffstat (limited to 'python')
| -rw-r--r-- | python/interaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/interaction.py b/python/interaction.py index b5b4bee4..123a095f 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1224,7 +1224,7 @@ def get_open_filename_input(prompt: str, ext: str = "") -> Optional[str]: Multiple file selection groups can be included if separated by two semicolons. Multiple file wildcards may be specified by using a space within the parenthesis. - Also, a simple selector of "\*.extension" by itself may also be used instead of specifying the description. + Also, a simple selector of `*.extension` by itself may also be used instead of specifying the description. :param str prompt: Prompt to display. :param str ext: Optional, file extension |
