@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-06-21 16:40 +0000\n "
14+ "POT-Creation-Date : 2026-07-07 17:18 +0000\n "
1515"PO-Revision-Date : 2026-05-08 17:17+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -43,10 +43,10 @@ msgid ""
4343msgstr ""
4444
4545msgid ""
46- "Files beginning with a dot (``.``) can only be matched by patterns that also "
47- "start with a dot, unlike :func:`fnmatch.fnmatch` or :func:`pathlib.Path. "
48- "glob`. For tilde and shell variable expansion, use :func:`os.path ."
49- "expanduser` and :func:`os.path.expandvars`."
46+ "By default, files beginning with a dot (``.``) can only be matched by "
47+ "patterns that also start with a dot, unlike :func:`fnmatch.fnmatch` or :func:"
48+ "`pathlib.Path. glob`. For tilde and shell variable expansion, use :func:`os."
49+ "path. expanduser` and :func:`os.path.expandvars`."
5050msgstr ""
5151
5252msgid ""
@@ -88,8 +88,8 @@ msgid ""
8888msgstr ""
8989
9090msgid ""
91- "If *include_hidden* is true, \" ``**`` \" pattern will match hidden "
92- "directories ."
91+ "If *include_hidden* is true, wildcards can match path segments that begin "
92+ "with a dot (``.``) ."
9393msgstr ""
9494
9595msgid ""
@@ -136,8 +136,8 @@ msgid ""
136136"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful "
137137"if you want to match an arbitrary literal string that may have special "
138138"characters in it. Special characters in drive/UNC sharepoints are not "
139- "escaped, e.g. on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns ``'//?/ "
140- "c:/Quo vadis[?].txt'``."
139+ "escaped, for example on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns "
140+ "``'//?/ c:/Quo vadis[?].txt'``."
141141msgstr ""
142142
143143msgid ""
0 commit comments