11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-12-29 14:13 +0000\n "
14+ "POT-Creation-Date : 2024-01-19 14:14 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:06+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2023\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -85,8 +85,8 @@ msgid ""
8585msgstr ""
8686
8787msgid ""
88- "Test whether the * filename* string matches the * pattern* string, returning : "
89- "const:` True` or :const:` False`. Both parameters are case-normalized using :"
88+ "Test whether the filename string *name* matches the pattern string *pat*, "
89+ "returning `` True`` or `` False` `. Both parameters are case-normalized using :"
9090"func:`os.path.normcase`. :func:`fnmatchcase` can be used to perform a case-"
9191"sensitive comparison, regardless of whether that's standard for the "
9292"operating system."
@@ -98,20 +98,20 @@ msgid ""
9898msgstr ""
9999
100100msgid ""
101- "Test whether * filename* matches *pattern*, returning :const:`True` or :const: "
102- "` False`; the comparison is case-sensitive and does not apply :func:`os.path. "
103- "normcase`."
101+ "Test whether the filename string *name* matches the pattern string *pat*, "
102+ "returning ``True`` or `` False`` ; the comparison is case-sensitive and does "
103+ "not apply :func:`os.path. normcase`."
104104msgstr ""
105105
106106msgid ""
107- "Construct a list from those elements of the iterable *names* that match "
108- "* pattern* . It is the same as ``[n for n in names if fnmatch(n, pattern)]`` , "
109- "but implemented more efficiently."
107+ "Construct a list from those elements of the :term:` iterable` *names* that "
108+ "match pattern *pat* . It is the same as ``[n for n in names if fnmatch(n, "
109+ "pat)]``, but implemented more efficiently."
110110msgstr ""
111111
112112msgid ""
113- "Return the shell-style * pattern* converted to a regular expression for using "
114- "with :func:`re.match`."
113+ "Return the shell-style pattern *pat* converted to a regular expression for "
114+ "using with :func:`re.match`."
115115msgstr ""
116116
117117msgid "Example:"
0 commit comments