diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-10-06 18:40:36 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-10-06 18:40:36 +0900 |
commit | 73a93f897e645d065ab67d384d561bb5a0a8ba7c (patch) | |
tree | a5a2631ab91fdf745485377d877b97bf700ce57b /sphinx/cmd/make_mode.py | |
parent | e8963e84ed593461825a4fbcc7077b4f53a65e04 (diff) | |
parent | 94a097999c15eefeec65d6eab486aadbe05aefff (diff) | |
download | sphinx-git-73a93f897e645d065ab67d384d561bb5a0a8ba7c.tar.gz |
Merge branch '2.2.1' into 2.0
Diffstat (limited to 'sphinx/cmd/make_mode.py')
-rw-r--r-- | sphinx/cmd/make_mode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py index 508b60959..682fe8d6c 100644 --- a/sphinx/cmd/make_mode.py +++ b/sphinx/cmd/make_mode.py @@ -88,7 +88,7 @@ class Make: nocolor() print(bold("Sphinx v%s" % sphinx.__display_version__)) - print("Please use `make %s' where %s is one of" % ((blue('target'),) * 2)) # type: ignore # NOQA + print("Please use `make %s' where %s is one of" % ((blue('target'),) * 2)) for osname, bname, description in BUILDERS: if not osname or os.name == osname: print(' %s %s' % (blue(bname.ljust(10)), description)) |