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 @@ -4636,6 +4636,10 @@ msgid ""
4636
4636
"object`. See :meth:`~bytes.removeprefix` for a method that will remove a "
4637
4637
"single prefix string rather than all of a set of characters. For example::"
4638
4638
msgstr ""
4639
+ "削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4640
+ "することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4641
+ "した文字列そのものを接頭辞として削除するメソッドについては、 :meth:`~bytes."
4642
+ "removeprefix` を参照してください。使用例::"
4639
4643
4640
4644
#: ../../library/stdtypes.rst:2990
4641
4645
msgid ""
@@ -4686,6 +4690,10 @@ msgid ""
4686
4690
"object`. See :meth:`~bytes.removesuffix` for a method that will remove a "
4687
4691
"single suffix string rather than all of a set of characters. For example::"
4688
4692
msgstr ""
4693
+ "削除したいバイト値のバイナリシーケンスには、 :term:`bytes-like object` を指定"
4694
+ "することができます。バイナリシーケンスで指定した文字の集合全てではなく、指定"
4695
+ "した文字列そのものを接尾辞として削除するメソッドについては、 :meth:`~bytes."
4696
+ "removesuffix` を参照してください。使用例::"
4689
4697
4690
4698
#: ../../library/stdtypes.rst:3046
4691
4699
msgid ""
You can’t perform that action at this time.
0 commit comments