diff options
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index d8cada18d..04e83d7a2 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -557,7 +557,7 @@ def valid_dir(d): class MyFormatter(optparse.IndentedHelpFormatter): - def format_usage(self, usage): + def format_usage(self, usage): # type: ignore # type: (str) -> str return usage |