From c8abc2983d62c844d27d5b98844ed5f9da78e8a2 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Fri, 22 Sep 2023 03:52:20 +0900 Subject: [PATCH] Update --- Doc/using/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index cbaa297798107a..b939302286ed83 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -547,7 +547,7 @@ Miscellaneous options will do nothing if is not supported on the current system. The default value is "off". See also :envvar:`PYTHONPERFSUPPORT` and :ref:`perf_profiling`. * :samp:`-X cpu_count={n}` overrides :func:`os.cpu_count`. - And *n* must be greater than or equal to 1. + And *n* must be greater than 0. This option is useful for users who need to limit CPU resources of a container system. See also :envvar:`PYTHONCPUCOUNT`.