Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c738568

Browse files
authored
Apply suggestions from code review
1 parent ecdb3d8 commit c738568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/stdtypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ msgid ""
842842
"The int type implements the :class:`numbers.Integral` :term:`abstract base "
843843
"class`. In addition, it provides a few more methods:"
844844
msgstr ""
845-
"整數型別實作了 :class:`numbers.Integral`\\ :term:`抽象基底類別 <abstract base class>`\\ "
845+
"整數型別實作了 :class:`numbers.Integral` :term:`抽象基底類別 <abstract base class>`"
846846
"。此外,它提供了一些 methods:"
847847

848848
#: ../../library/stdtypes.rst:457
@@ -881,7 +881,7 @@ msgstr ""
881881

882882
#: ../../library/stdtypes.rst:504
883883
msgid "Return an array of bytes representing an integer."
884-
msgstr "回傳一個整數表示的一列位元組。"
884+
msgstr "回傳表示一個整數的一列位元組。"
885885

886886
#: ../../library/stdtypes.rst:516
887887
msgid ""
@@ -992,7 +992,7 @@ msgid ""
992992
"The float type implements the :class:`numbers.Real` :term:`abstract base "
993993
"class`. float also has the following additional methods."
994994
msgstr ""
995-
"浮點數型別實作了 :class:`numbers.Real`\\ :term:`抽象類別 <abstract base class>`\\ "
995+
"浮點數型別實作了 :class:`numbers.Real` :term:`抽象類別 <abstract base class>`"
996996
"。浮點數也有下列附加 methods。"
997997

998998
#: ../../library/stdtypes.rst:627

0 commit comments

Comments
 (0)