Skip to content

Commit 024bccb

Browse files
authored
Fix sphinx lint issue (#840)
1 parent bc99566 commit 024bccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/unittest.mock.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ msgid ""
18951895
"look like::"
18961896
msgstr ""
18971897
"關鍵是在使用(或查找它)的地方 patch ``SomeClass``。在這個情況下,"
1898-
"``some_function`` 實際上會在我們 import 它的模組 b 中查找``SomeClass``。這裡"
1898+
"``some_function`` 實際上會在我們 import 它的模組 b 中查找 ``SomeClass``。這裡"
18991899
"的 patch 應該長得像這樣: ::"
19001900

19011901
#: ../../library/unittest.mock.rst:1936
@@ -2044,7 +2044,7 @@ msgid ""
20442044
msgstr ""
20452045
"數值方法(包括右側 (right hand) 和原地 (in-place) 變體):``__add__``、"
20462046
"``__sub__``、``__mul__``、``__matmul__``、``__truediv__``、"
2047-
"``__floordiv__``、 `` __mod__``、``__divmod__``、``__lshift__``、"
2047+
"``__floordiv__``、 ``__mod__``、``__divmod__``、``__lshift__``、"
20482048
"``__rshift__``、``__and__``、``__xor__``、``__or__`` 和 ``__pow__``"
20492049

20502050
#: ../../library/unittest.mock.rst:2030

0 commit comments

Comments
 (0)