Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed May 6, 2024
1 parent ecdb3d8 commit c738568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ msgid ""
"The int type implements the :class:`numbers.Integral` :term:`abstract base "
"class`. In addition, it provides a few more methods:"
msgstr ""
"整數型別實作了 :class:`numbers.Integral`\\ :term:`抽象基底類別 <abstract base class>`\\ "
"整數型別實作了 :class:`numbers.Integral` :term:`抽象基底類別 <abstract base class>`"
"。此外,它提供了一些 methods:"

#: ../../library/stdtypes.rst:457
Expand Down Expand Up @@ -881,7 +881,7 @@ msgstr ""

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

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

#: ../../library/stdtypes.rst:627
Expand Down

0 comments on commit c738568

Please sign in to comment.