Skip to content

Commit e4ef2b3

Browse files
committed
fix syntax error
1 parent 3e5e609 commit e4ef2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ python中的抽象基类
14451445

14461446
- 抽象基类是没法被实例化的。
14471447
- 抽象基类中定义抽象方法强制子类去实现。
1448-
G
1448+
14491449
::
14501450

14511451
# 为了实现这两个特性,我们可以这么写

0 commit comments

Comments
 (0)