File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2980,6 +2980,8 @@ msgid ""
2980
2980
"See :meth:`str.removeprefix` for a method that will remove a single prefix "
2981
2981
"string rather than all of a set of characters. For example::"
2982
2982
msgstr ""
2983
+ "文字の集合全てではなく、指定した文字列そのものを接頭辞として削除するメソッド"
2984
+ "については、 :meth:`str.removeprefix` を参照してください。使用例::"
2983
2985
2984
2986
#: ../../library/stdtypes.rst:1884
2985
2987
msgid ""
@@ -3122,6 +3124,8 @@ msgid ""
3122
3124
"See :meth:`str.removesuffix` for a method that will remove a single suffix "
3123
3125
"string rather than all of a set of characters. For example::"
3124
3126
msgstr ""
3127
+ "文字の集合全てではなく、指定した文字列そのものを接尾辞として削除するメソッド"
3128
+ "については :meth:`str.removesuffix` を参照してください。使用例::"
3125
3129
3126
3130
#: ../../library/stdtypes.rst:1999
3127
3131
msgid ""
You can’t perform that action at this time.
0 commit comments