Skip to content

Commit 7ed6621

Browse files
authored
Merge pull request #603 from Bowenwin/fix_words
Fix words
2 parents 654260c + 703a6e8 commit 7ed6621

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

store/bilibili/bilibili_store_impl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async def store_content(self, content_item: Dict):
239239

240240
async def store_comment(self, comment_item: Dict):
241241
"""
242-
comment JSON storage implementatio
242+
comment JSON storage implementation
243243
Args:
244244
comment_item:
245245
@@ -250,7 +250,7 @@ async def store_comment(self, comment_item: Dict):
250250

251251
async def store_creator(self, creator: Dict):
252252
"""
253-
creator JSON storage implementatio
253+
creator JSON storage implementation
254254
Args:
255255
creator:
256256

store/douyin/douyin_store_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def store_content(self, content_item: Dict):
238238

239239
async def store_comment(self, comment_item: Dict):
240240
"""
241-
comment JSON storage implementatio
241+
comment JSON storage implementation
242242
Args:
243243
comment_item:
244244

store/kuaishou/kuaishou_store_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async def store_content(self, content_item: Dict):
215215

216216
async def store_comment(self, comment_item: Dict):
217217
"""
218-
comment JSON storage implementatio
218+
comment JSON storage implementation
219219
Args:
220220
comment_item:
221221

store/tieba/tieba_store_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def store_content(self, content_item: Dict):
235235

236236
async def store_comment(self, comment_item: Dict):
237237
"""
238-
comment JSON storage implementatio
238+
comment JSON storage implementation
239239
Args:
240240
comment_item:
241241

store/weibo/weibo_store_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async def store_content(self, content_item: Dict):
241241

242242
async def store_comment(self, comment_item: Dict):
243243
"""
244-
comment JSON storage implementatio
244+
comment JSON storage implementation
245245
Args:
246246
comment_item:
247247

store/xhs/xhs_store_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ async def store_content(self, content_item: Dict):
236236

237237
async def store_comment(self, comment_item: Dict):
238238
"""
239-
comment JSON storage implementatio
239+
comment JSON storage implementation
240240
Args:
241241
comment_item:
242242

store/zhihu/zhihu_store_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def store_content(self, content_item: Dict):
235235

236236
async def store_comment(self, comment_item: Dict):
237237
"""
238-
comment JSON storage implementatio
238+
comment JSON storage implementation
239239
Args:
240240
comment_item:
241241

0 commit comments

Comments
 (0)