We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eec2c8 commit 4f19b5cCopy full SHA for 4f19b5c
library/stdtypes.po
@@ -2980,6 +2980,8 @@ msgid ""
2980
"See :meth:`str.removeprefix` for a method that will remove a single prefix "
2981
"string rather than all of a set of characters. For example::"
2982
msgstr ""
2983
+"文字の集合全てではなく、指定した文字列そのものを接頭辞として削除するメソッド"
2984
+"については、 :meth:`str.removeprefix` を参照してください。使用例::"
2985
2986
#: ../../library/stdtypes.rst:1884
2987
msgid ""
@@ -3122,6 +3124,8 @@ msgid ""
3122
3124
"See :meth:`str.removesuffix` for a method that will remove a single suffix "
3123
3125
3126
3127
+"文字の集合全てではなく、指定した文字列そのものを接尾辞として削除するメソッド"
3128
+"については :meth:`str.removesuffix` を参照してください。使用例::"
3129
3130
#: ../../library/stdtypes.rst:1999
3131
0 commit comments