Skip to content

Commit afededb

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d8f5a0f commit afededb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

library/os.path.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-19 16:37+0000\n"
14+
"POT-Creation-Date: 2026-02-03 16:55+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:50+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -108,14 +108,16 @@ msgid "Accepts a sequence of :term:`path-like objects <path-like object>`."
108108
msgstr ""
109109

110110
msgid ""
111-
"Return the longest path prefix (taken character-by-character) that is a "
112-
"prefix of all paths in *list*. If *list* is empty, return the empty string "
113-
"(``''``)."
111+
"Return the longest string prefix (taken character-by-character) that is a "
112+
"prefix of all strings in *list*. If *list* is empty, return the empty "
113+
"string (``''``)."
114114
msgstr ""
115115

116116
msgid ""
117117
"This function may return invalid paths because it works a character at a "
118-
"time. To obtain a valid path, see :func:`commonpath`."
118+
"time. If you need a **common path prefix**, then the algorithm implemented "
119+
"in this function is not secure. Use :func:`commonpath` for finding a common "
120+
"path prefix."
119121
msgstr ""
120122

121123
msgid ""

0 commit comments

Comments
 (0)