Skip to content

Commit afeecd6

Browse files
committed
update summary.md
1 parent 3aa53b5 commit afeecd6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
* [闭包](Functional/closure.md)
2323
* [装饰器](Functional/decorator.md)
2424
* [functools](Functional/functools.md)
25-
* [高级特性](Advanced-Features/README.md)
26-
* [迭代器](Advanced-Features/iterator.md)
27-
* [生成器](Advanced-Features/generator.md)
28-
* [上下文管理器](Advanced-Features/context.md)
2925
* [](Class/README.md)
3026
* [类和实例](Class/class_and_object.md)
3127
* [继承和多态](Class/inheritance_and_polymorphism.md)
@@ -35,6 +31,10 @@
3531
* [slots 魔法](Class/slots.md)
3632
* [使用 @property](Class/property.md)
3733
* [元类](Class/metaclass.md)
34+
* [高级特性](Advanced-Features/README.md)
35+
* [迭代器](Advanced-Features/iterator.md)
36+
* [生成器](Advanced-Features/generator.md)
37+
* [上下文管理器](Advanced-Features/context.md)
3838
* [文件和目录](File-Directory/README.md)
3939
* 文件操作
4040
* 读写图像

0 commit comments

Comments
 (0)