Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c5476 commit be3ada9Copy full SHA for be3ada9
1 file changed
library/typing.po
@@ -395,6 +395,8 @@ msgid ""
395
"arguments are instances of some subclass of :class:`str`, the return type is"
396
" still plain :class:`str`."
397
msgstr ""
398
+"本质上,后例的签名重载了 ``(str, str) -> str`` 与 ``(bytes, bytes) -> bytes``。注意,参数是 "
399
+":class:`str` 子类的实例时,返回类型仍是纯 :class:`str`。"
400
401
#: ../../library/typing.rst:427
402
msgid ""
0 commit comments