File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
14+ "POT-Creation-Date : 2020-10-20 15:27 +0000\n "
1515"PO-Revision-Date : 2020-05-30 11:54+0000\n "
1616"Last-Translator : Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2020\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -149,7 +149,7 @@ msgid "How do I make an executable from a Python script?"
149149msgstr ""
150150
151151msgid ""
152- "See `cx_Freeze <https://anthony-tuininga.github .io/cx_Freeze />`_ for a "
152+ "See `cx_Freeze <https://cx-freeze.readthedocs .io/en/latest />`_ for a "
153153"distutils extension that allows you to create console and GUI executables "
154154"from Python code. `py2exe <http://www.py2exe.org/>`_, the most popular "
155155"extension for building Python 2.x-based executables, does not yet support "
@@ -311,7 +311,7 @@ msgid "How do I check for a keypress without blocking?"
311311msgstr ""
312312
313313msgid ""
314- "Use the msvcrt module. This is a standard Windows-specific extension "
314+ "Use the :mod:` msvcrt` module. This is a standard Windows-specific extension "
315315"module. It defines a function ``kbhit()`` which checks whether a keyboard "
316316"hit is present, and ``getch()`` which gets one character without echoing it."
317317msgstr ""
You can’t perform that action at this time.
0 commit comments