Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b27387c

Browse files
[po] auto sync
1 parent fa4266d commit b27387c

4 files changed

Lines changed: 5332 additions & 5296 deletions

File tree

howto/pyporting.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
19+
"POT-Creation-Date: 2020-01-06 12:22+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
2121
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -228,9 +228,10 @@ msgid ""
228228
" to Python 3! But to fully understand how your code is going to change and "
229229
"what you want to look out for while you code, you will want to learn what "
230230
"changes Python 3 makes in terms of Python 2. Typically the two best ways of "
231-
"doing that is reading the `\"What's New\"`_ doc for each release of Python 3"
232-
" and the `Porting to Python 3`_ book (which is free online). There is also a"
233-
" handy `cheat sheet`_ from the Python-Future project."
231+
"doing that is reading the :ref:`\"What's New\" <whatsnew-index>` doc for "
232+
"each release of Python 3 and the `Porting to Python 3`_ book (which is free "
233+
"online). There is also a handy `cheat sheet`_ from the Python-Future "
234+
"project."
234235
msgstr ""
235236

236237
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:128
@@ -509,10 +510,10 @@ msgstr ""
509510

510511
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:305
511512
msgid ""
512-
"Let's pretend that you need access to a feature of importlib_ that is "
513+
"Let's pretend that you need access to a feature of :mod:`importlib` that is "
513514
"available in Python's standard library since Python 3.3 and available for "
514515
"Python 2 through importlib2_ on PyPI. You might be tempted to write code to "
515-
"access e.g. the ``importlib.abc`` module by doing the following::"
516+
"access e.g. the :mod:`importlib.abc` module by doing the following::"
516517
msgstr ""
517518

518519
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:317

0 commit comments

Comments
 (0)