Skip to content

Commit 555adf0

Browse files
committed
Update translation from Transifex
1 parent aee2c86 commit 555adf0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

faq/windows.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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?"
149149
msgstr ""
150150

151151
msgid ""
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?"
311311
msgstr ""
312312

313313
msgid ""
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."
317317
msgstr ""

0 commit comments

Comments
 (0)