File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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::"
46384638msgstr ""
4639+ "削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4640+ "することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4641+ "した文字列そのものを接頭辞として削除するメソッドについては、 :meth:`~bytes."
4642+ "removeprefix` を参照してください。使用例::"
46394643
46404644#: ../../library/stdtypes.rst:2990
46414645msgid ""
@@ -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::"
46884692msgstr ""
4693+ "削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4694+ "することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4695+ "した文字列そのものを接尾辞として削除するメソッドについては、 :meth:`~bytes."
4696+ "removesuffix` を参照してください。使用例::"
46894697
46904698#: ../../library/stdtypes.rst:3046
46914699msgid ""
You can’t perform that action at this time.
0 commit comments