Update docstring

This commit is contained in:
Takeshi KOMIYA
2018-01-13 15:53:15 +09:00
parent 840b5828e7
commit f8dec55447

View File

@@ -89,7 +89,7 @@ def jobs_argument(value):
"""
Special type to handle 'auto' flags passed to 'sphinx-build' via -j flag. Can
be expanded to handle other special scaling requests, such as setting job count
to (cpu_count / 2)
to cpu_count.
"""
if value == 'auto':
return multiprocessing.cpu_count()