Skip to content

Commit 36e6b0a

Browse files
committed
Update translation from Transifex
1 parent 5f132c8 commit 36e6b0a

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

glossary.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
15+
"POT-Creation-Date: 2021-07-26 07:02+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
1717
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -639,14 +639,13 @@ msgid "__future__"
639639
msgstr ""
640640

641641
msgid ""
642-
"A pseudo-module which programmers can use to enable new language features "
643-
"which are not compatible with the current interpreter."
644-
msgstr ""
645-
646-
msgid ""
647-
"By importing the :mod:`__future__` module and evaluating its variables, you "
648-
"can see when a new feature was first added to the language and when it "
649-
"becomes the default::"
642+
"A :ref:`future statement <future>`, ``from __future__ import <feature>``, "
643+
"directs the compiler to compile the current module using syntax or semantics "
644+
"that will become standard in a future release of Python. The :mod:"
645+
"`__future__` module documents the possible values of *feature*. By "
646+
"importing this module and evaluating its variables, you can see when a new "
647+
"feature was first added to the language and when it will (or did) become the "
648+
"default::"
650649
msgstr ""
651650

652651
msgid "garbage collection"

0 commit comments

Comments
 (0)