Skip to content

Commit 86c648e

Browse files
authored
Apply suggestions from code review
Co-authored-by: W. H. Wang <mattwang44@gmail.com>
1 parent 69bd24c commit 86c648e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/itertools.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ msgstr ""
25172517
" # running_median([37, 33, 38, 28]) → 37 35 37 35\n"
25182518
" read = iter(iterable).__next__\n"
25192519
" lo = [] # max-heap\n"
2520-
" hi = [] # min-heap the same size as or one smaller than lo\n"
2520+
" hi = [] # min-heap,大小與 lo 相同或比 lo 少一個元素\n"
25212521
" with suppress(StopIteration):\n"
25222522
" while True:\n"
25232523
" heappush_max(lo, heappushpop(hi, read()))\n"

library/urllib.robotparser.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgid ""
3535
"the website that published the :file:`robots.txt` file. For more details on "
3636
"the structure of :file:`robots.txt` files, see :rfc:`9309`."
3737
msgstr ""
38-
"此模組提供了一個單獨的類別\\ :class:`RobotFileParser`,它可以知道某個特定 "
38+
"此模組提供了一個單獨的類別 :class:`RobotFileParser`,它可以知道某個特定 "
3939
"user agent(使用者代理)是否能在有發布 :file:`robots.txt` 文件的網站擷取特定 "
4040
"URL。有關 :file:`robots.txt` 文件結構的更多細節,請參閱 :rfc:`9309`。"
4141

0 commit comments

Comments
 (0)