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 87ce49c commit d791272Copy full SHA for d791272
1 file changed
library/os.path.po
@@ -140,6 +140,10 @@ msgid ""
140
"program; where :program:`basename` for ``'/foo/bar/'`` returns ``'bar'``, "
141
"the :func:`basename` function returns an empty string (``''``)."
142
msgstr ""
143
+"返回路径 *path* 的基本名称。这是将 *path* 传入函数 :func:`split` "
144
+"之后,返回的一对值中的第二个元素。请注意,此函数的结果与Unix :program:`basename` "
145
+"程序不同。:program:`basename` 在 ``'/foo/bar/'`` 上返回 ``'bar'``,而 :func:`basename` "
146
+"函数返回一个空字符串 (``''``)。"
147
148
#: ../../library/os.path.rst:89
149
msgid ""
0 commit comments