Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d791272

Browse files
[po] auto sync
1 parent 87ce49c commit d791272

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/os.path.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ msgid ""
140140
"program; where :program:`basename` for ``'/foo/bar/'`` returns ``'bar'``, "
141141
"the :func:`basename` function returns an empty string (``''``)."
142142
msgstr ""
143+
"返回路径 *path* 的基本名称。这是将 *path* 传入函数 :func:`split` "
144+
"之后,返回的一对值中的第二个元素。请注意,此函数的结果与Unix :program:`basename` "
145+
"程序不同。:program:`basename` 在 ``'/foo/bar/'`` 上返回 ``'bar'``,而 :func:`basename` "
146+
"函数返回一个空字符串 (``''``)。"
143147

144148
#: ../../library/os.path.rst:89
145149
msgid ""

0 commit comments

Comments
 (0)