Skip to content

Commit aa811e2

Browse files
authored
Update p21_implementing_visitor_pattern.rst
的->得
1 parent e0bd2ab commit aa811e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c08/p21_implementing_visitor_pattern.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@
188188
可以参照8.22小节,利用生成器或迭代器来实现非递归遍历算法。
189189

190190
在跟解析和编译相关的编程中使用访问者模式是非常常见的。
191-
Python本身的 ``ast`` 模块值的关注下,可以去看看源码。
191+
Python本身的 ``ast`` 模块值得关注下,可以去看看源码。
192192
9.24小节演示了一个利用 ``ast`` 模块来处理Python源代码的例子。
193193

0 commit comments

Comments
 (0)