Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit169d3c6

Browse files
committed
docs: fix simple typo, shorcut -> shortcut
There is a small typo in 18-asyncio/charfinder/charfinder.py, attic/concurrency/charfinder/charfinder.py.Should read `shortcut` rather than `shorcut`.
1 parent58dbea0 commit169d3c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎18-asyncio/charfinder/charfinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def find_chars(self, query, start=0, stop=None):
163163
result_sets= []
164164
forwordintokenize(query):
165165
chars=self.index.get(word)
166-
ifcharsisNone:#shorcut: no such word
166+
ifcharsisNone:#shortcut: no such word
167167
result_sets= []
168168
break
169169
result_sets.append(chars)

‎attic/concurrency/charfinder/charfinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def find_chars(self, query, start=0, stop=None):
165165
forwordintokenize(query):
166166
ifwordinself.index:
167167
result_sets.append(self.index[word])
168-
else:#shorcut: no such word
168+
else:#shortcut: no such word
169169
result_sets= []
170170
break
171171
ifresult_sets:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp