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

Commitd8524ef

Browse files
committed
fix: try to fix render error
1 parent61faa6c commitd8524ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎library/unittest.mock.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version:Python 3.12\n"
88
"Report-Msgid-Bugs-To:\n"
99
"POT-Creation-Date:2023-12-16 00:03+0000\n"
10-
"PO-Revision-Date:2024-02-2121:59+0800\n"
10+
"PO-Revision-Date:2024-02-2122:04+0800\n"
1111
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1313
"tw)\n"
@@ -2619,8 +2619,9 @@ msgid ""
26192619
"``dir(type(my_mock))`` (type members) to bypass the filtering irrespective "
26202620
"of :const:`mock.FILTER_DIR`."
26212621
msgstr""
2622-
"或者,你可以只使用 ``vars(my_mock)`` (實例成員)和 ``dir(type(my_mock))``"
2623-
"(型別成員)來略過過濾,而不考慮 :const:`mock.FILTER_DIR`。"
2622+
"或者,你可以只使用 ``vars(my_mock)``\\ (實例成員)和 "
2623+
"``dir(type(my_mock))``\\ (型別成員)來略過過濾,而不考慮 :const:`mock."
2624+
"FILTER_DIR`。"
26242625

26252626
#:../../library/unittest.mock.rst:2455
26262627
msgid"mock_open"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp