From 64ae79c5d254267281980e50efec906771667747 Mon Sep 17 00:00:00 2001 From: Qi Date: Fri, 11 Mar 2016 21:50:32 +0800 Subject: [PATCH] Update p02_functions_that_only_accept_keyword_arguments.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 错别字修正 --- source/c07/p02_functions_that_only_accept_keyword_arguments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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