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#
66# Translators:
7- # Transifex Bot <>, 2023
7+ # Stan U, 2024
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
12- "Project-Id-Version :Python 3.11 \n "
12+ "Project-Id-Version :Python 3.13 \n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2023-05-19 14:13 +0000\n "
14+ "POT-Creation-Date :2024-11-22 14:17 +0000\n "
1515"PO-Revision-Date :2021-06-28 01:12+0000\n "
16- "Last-Translator :Transifex Bot <>, 2023 \n "
16+ "Last-Translator :Stan U, 2024 \n "
1717"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version :1.0\n "
1919"Content-Type :text/plain; charset=UTF-8\n "
@@ -23,36 +23,39 @@ msgstr ""
2323"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
2424"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2525
26- msgid ":mod:`pydoc` --- Documentation generator and online help system"
26+ msgid ":mod:`! pydoc` --- Documentation generator and online help system"
2727msgstr ""
2828
2929msgid "**Source code:** :source:`Lib/pydoc.py`"
3030msgstr ""
3131
3232msgid ""
33- "The :mod:`pydoc` module automatically generates documentation from Python "
33+ "The :mod:`! pydoc` module automatically generates documentation from Python "
3434"modules. The documentation can be presented as pages of text on the "
3535"console, served to a web browser, or saved to HTML files."
3636msgstr ""
3737
3838msgid ""
3939"For modules, classes, functions and methods, the displayed documentation is "
40- "derived from the docstring (i.e. the :attr:`__doc__` attribute) of the "
41- "object, and recursively of its documentable members. If there is no "
42- "docstring, :mod:`pydoc` tries to obtain a description from the block of "
40+ "derived from the docstring (i.e. the :attr:`~definition. __doc__` attribute) "
41+ "of the object, and recursively of its documentable members. If there is no "
42+ "docstring, :mod:`! pydoc` tries to obtain a description from the block of "
4343"comment lines just above the definition of the class, function or method in "
4444"the source file, or at the top of the module (see :func:`inspect."
4545"getcomments`)."
4646msgstr ""
4747
4848msgid ""
4949"The built-in function :func:`help` invokes the online help system in the "
50- "interactive interpreter, which uses :mod:`pydoc` to generate its "
50+ "interactive interpreter, which uses :mod:`! pydoc` to generate its "
5151"documentation as text on the console. The same text documentation can also "
5252"be viewed from outside the Python interpreter by running :program:`pydoc` as "
5353"a script at the operating system's command prompt. For example, running ::"
5454msgstr ""
5555
56+ msgid "python -m pydoc sys"
57+ msgstr ""
58+
5659msgid ""
5760"at a shell prompt will display documentation on the :mod:`sys` module, in a "
5861"style similar to the manual pages shown by the Unix :program:`man` command. "
@@ -65,16 +68,17 @@ msgid ""
6568msgstr ""
6669
6770msgid ""
68- "In order to find objects and their documentation, :mod:`pydoc` imports the "
71+ "In order to find objects and their documentation, :mod:`! pydoc` imports the "
6972"module(s) to be documented. Therefore, any code on module level will be "
7073"executed on that occasion. Use an ``if __name__ == '__main__':`` guard to "
7174"only execute code when a file is invoked as a script and not just imported."
7275msgstr ""
7376
7477msgid ""
7578"When printing output to the console, :program:`pydoc` attempts to paginate "
76- "the output for easier reading. If the :envvar:`PAGER` environment variable "
77- "is set, :program:`pydoc` will use its value as a pagination program."
79+ "the output for easier reading. If either the :envvar:`MANPAGER` or the :"
80+ "envvar:`PAGER` environment variable is set, :program:`pydoc` will use its "
81+ "value as a pagination program. When both are set, :envvar:`MANPAGER` is used."
7882msgstr ""
7983
8084msgid ""
@@ -126,7 +130,7 @@ msgid ""
126130"Module docs for core modules are assumed to reside in ``https://docs.python."
127131"org/X.Y/library/`` where ``X`` and ``Y`` are the major and minor version "
128132"numbers of the Python interpreter. This can be overridden by setting the :"
129- "envvar:`PYTHONDOCS` environment variable to a different URL or to a local "
133+ "envvar:`! PYTHONDOCS` environment variable to a different URL or to a local "
130134"directory containing the Library Reference Manual pages."
131135msgstr ""
132136
@@ -137,7 +141,7 @@ msgid "The ``-g`` command line option was removed."
137141msgstr ""
138142
139143msgid ""
140- ":mod:`pydoc` now uses :func:`inspect.signature` rather than :func:`inspect."
144+ ":mod:`! pydoc` now uses :func:`inspect.signature` rather than :func:`inspect."
141145"getfullargspec` to extract signature information from callables."
142146msgstr ""
143147
@@ -154,4 +158,4 @@ msgid "online"
154158msgstr ""
155159
156160msgid "help"
157- msgstr ""
161+ msgstr "pomoc "