Skip to content

Commit e772a88

Browse files
committed
修正 SUMMARY 中字符串对象章节的失链路径
1 parent b72ed1b commit e772a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [Python 对象初探](objects/object/index.md)
1414
- [Python 整数对象](objects/long-object/index.md)
1515
- [Python 浮点数对象](objects/float-object/index.md)
16-
- [Python 字符串 对象](objects/string-object/index.md)
16+
- [Python 字符串对象](objects/str-object/index.md)
1717
- [Python bytes 与 bytearray 对象](objects/bytes-object/index.md)
1818
- [Python List 对象](objects/list-object/index.md)
1919
- [Python 元组对象](objects/tuple-object/index.md)

0 commit comments

Comments
 (0)