@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
14+ "POT-Creation-Date : 2020-06-06 03:16 +0000\n "
1515"PO-Revision-Date : 2019-09-01 14:41+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2019\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -91,15 +91,17 @@ msgid ""
9191"The ``entry_points()`` function returns a dictionary of all entry points, "
9292"keyed by group. Entry points are represented by ``EntryPoint`` instances; "
9393"each ``EntryPoint`` has a ``.name``, ``.group``, and ``.value`` attributes "
94- "and a ``.load()`` method to resolve the value."
94+ "and a ``.load()`` method to resolve the value. There are also ``.module``, "
95+ "``.attr``, and ``.extras`` attributes for getting the components of the ``."
96+ "value`` attribute::"
9597msgstr ""
9698
9799msgid ""
98100"The ``group`` and ``name`` are arbitrary values defined by the package "
99101"author and usually a client will wish to resolve all entry points for a "
100102"particular group. Read `the setuptools docs <https://setuptools.readthedocs."
101103"io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins>`_ "
102- "for more information on entrypoints , their definition, and usage."
104+ "for more information on entry points , their definition, and usage."
103105msgstr ""
104106
105107msgid "Distribution metadata"
@@ -208,7 +210,7 @@ msgstr ""
208210
209211msgid ""
210212"The ``DistributionFinder.Context`` object provides ``.path`` and ``.name`` "
211- "properties indicating the path to search and names to match and may supply "
213+ "properties indicating the path to search and name to match and may supply "
212214"other relevant context."
213215msgstr ""
214216
0 commit comments