File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4604,6 +4604,10 @@ msgid ""
4604
4604
"object`. See :meth:`~bytes.removeprefix` for a method that will remove a "
4605
4605
"single prefix string rather than all of a set of characters. For example::"
4606
4606
msgstr ""
4607
+ "削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4608
+ "することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4609
+ "した文字列そのものを接頭辞として削除するメソッドについては、 :meth:`~bytes."
4610
+ "removeprefix` を参照してください。使用例::"
4607
4611
4608
4612
#: ../../library/stdtypes.rst:2947
4609
4613
msgid ""
@@ -4654,6 +4658,10 @@ msgid ""
4654
4658
"object`. See :meth:`~bytes.removesuffix` for a method that will remove a "
4655
4659
"single suffix string rather than all of a set of characters. For example::"
4656
4660
msgstr ""
4661
+ "削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4662
+ "することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4663
+ "した文字列そのものを接尾辞として削除するメソッドについては、 :meth:`~bytes."
4664
+ "removesuffix` を参照してください。使用例::"
4657
4665
4658
4666
#: ../../library/stdtypes.rst:3003
4659
4667
msgid ""
You can’t perform that action at this time.
0 commit comments