Skip to content

Commit 31f99b2

Browse files
committed
Merge pull request yidao620c#45 from Furzoom/patch-1
修改错别字
2 parents 34bbed7 + 8beecd4 commit 31f99b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapters/p01_data_structures_algorithms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
第一章:数据结构和算法
33
=============================
44

5-
Python提供了大量的内置数据结构,包括列表,集合以及字典。大多数情况下使用这些数据结构式很简单的
5+
Python提供了大量的内置数据结构,包括列表,集合以及字典。大多数情况下使用这些数据结构是很简单的
66
但是,我们也会经常碰到到诸如查询,排序和过滤等等这些普遍存在的问题。
77
因此,这一章的目的就是讨论这些比较常见的问题和算法。
88
另外,我们也会给出在集合模块 ``collections`` 当中操作这些数据结构的方法。

0 commit comments

Comments
 (0)