We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d431ac commit ecce4afCopy full SHA for ecce4af
source/c09/p04_define_decorator_that_takes_arguments.rst
@@ -11,7 +11,7 @@
11
解决方案
12
----------
13
我们用一个例子详细阐述下接受参数的处理过程。
14
-假设你想写一个装饰器,给函数添加日志功能,当时允许用户指定日志的级别和其他的选项。
+假设你想写一个装饰器,给函数添加日志功能,同时允许用户指定日志的级别和其他的选项。
15
下面是这个装饰器的定义和使用示例:
16
17
.. code-block:: python
0 commit comments