Skip to content

Commit f9a79fe

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent f6281df commit f9a79fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

library/stdtypes.po

+8
Original file line numberDiff line numberDiff line change
@@ -4636,6 +4636,10 @@ msgid ""
46364636
"object`. See :meth:`~bytes.removeprefix` for a method that will remove a "
46374637
"single prefix string rather than all of a set of characters. For example::"
46384638
msgstr ""
4639+
"削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4640+
"することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4641+
"した文字列そのものを接頭辞として削除するメソッドについては、 :meth:`~bytes."
4642+
"removeprefix` を参照してください。使用例::"
46394643

46404644
#: ../../library/stdtypes.rst:2990
46414645
msgid ""
@@ -4686,6 +4690,10 @@ msgid ""
46864690
"object`. See :meth:`~bytes.removesuffix` for a method that will remove a "
46874691
"single suffix string rather than all of a set of characters. For example::"
46884692
msgstr ""
4693+
"削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4694+
"することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4695+
"した文字列そのものを接尾辞として削除するメソッドについては、 :meth:`~bytes."
4696+
"removesuffix` を参照してください。使用例::"
46894697

46904698
#: ../../library/stdtypes.rst:3046
46914699
msgid ""

0 commit comments

Comments
 (0)