Skip to content

Commit 405efde

Browse files
author
韩晓亮
committed
修改错误的模块名
1 parent 94d1bd5 commit 405efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c08/p12_define_interface_or_abstract_base_class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
----------
1313
解决方案
1414
----------
15-
使用 ``abs`` 模块可以很轻松的定义抽象基类:
15+
使用 ``abc`` 模块可以很轻松的定义抽象基类:
1616

1717
.. code-block:: python
1818

0 commit comments

Comments
 (0)