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 @@ -2949,6 +2949,8 @@ msgid ""
2949
2949
"See :meth:`str.removeprefix` for a method that will remove a single prefix "
2950
2950
"string rather than all of a set of characters. For example::"
2951
2951
msgstr ""
2952
+ "文字の集合全てではなく、指定した文字列そのものを接頭辞として削除するメソッド"
2953
+ "については、 :meth:`str.removeprefix` を参照してください。使用例::"
2952
2954
2953
2955
#: ../../library/stdtypes.rst:1843
2954
2956
msgid ""
@@ -3091,6 +3093,8 @@ msgid ""
3091
3093
"See :meth:`str.removesuffix` for a method that will remove a single suffix "
3092
3094
"string rather than all of a set of characters. For example::"
3093
3095
msgstr ""
3096
+ "文字の集合全てではなく、指定した文字列そのものを接尾辞として削除するメソッド"
3097
+ "については :meth:`str.removesuffix` を参照してください。使用例::"
3094
3098
3095
3099
#: ../../library/stdtypes.rst:1958
3096
3100
msgid ""
You can’t perform that action at this time.
0 commit comments