Skip to content

Commit 6ebab75

Browse files
authored
Update 002_源码实现_同步版本.py
错别字修改
1 parent 654f599 commit 6ebab75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

源代码/爬虫入门/09_爬虫入门实战2_动态数据提取/002_源码实现_同步版本.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def run_crawler(save_file_name: str) -> None:
118118
"""
119119
# step1 获取最大数据总量
120120
max_total: int = get_max_total_count()
121-
# step2 遍历每一夜数据并解析存储到数据容器中
121+
# step2 遍历每一页数据并解析存储到数据容器中
122122
data_list: List[SymbolContent] = fetch_currency_data_list(max_total)
123123
# step3 将数据容器中的数据保存csv
124124
save_data_to_csv(save_file_name, data_list)

0 commit comments

Comments
 (0)