diff --git a/source/c07/p02_functions_that_only_accept_keyword_arguments.rst b/source/c07/p02_functions_that_only_accept_keyword_arguments.rst index ade8da4d..530b2086 100644 --- a/source/c07/p02_functions_that_only_accept_keyword_arguments.rst +++ b/source/c07/p02_functions_that_only_accept_keyword_arguments.rst @@ -10,7 +10,7 @@ ---------- 解决方案 ---------- -将强制关键字参数放到某个*参数或者当个*后面就能达到这种效果。比如: +将强制关键字参数放到某个*参数或者单个*后面就能达到这种效果。比如: .. code-block:: python