From 1dc12c62adddae84b8121009f5276697c201693c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 6 Jun 2023 01:27:38 -0400 Subject: try to make sphinx ver on macos build happy --- python/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/interaction.py') 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 -- cgit v1.3.1