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

Skip to content

Commit 3ab7699

Browse files
committed
[po] auto sync bot
1 parent 22ab74e commit 3ab7699

5 files changed

Lines changed: 105 additions & 100 deletions

File tree

glossary.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-05-19 13:27+0900\n"
11+
"POT-Creation-Date: 2018-05-21 13:20+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: ryohei <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -250,8 +250,10 @@ msgid ""
250250
":class:`gzip.GzipFile`."
251251
msgstr ""
252252

253-
#: ../../glossary.rst:140
254-
msgid "A :term:`text file` reads and writes :class:`str` objects."
253+
#: ../../glossary.rst:139
254+
msgid ""
255+
"See also :term:`text file` for a file object able to read and write "
256+
":class:`str` objects."
255257
msgstr ""
256258

257259
#: ../../glossary.rst:141
@@ -1703,8 +1705,10 @@ msgid ""
17031705
"and instances of :class:`io.StringIO`."
17041706
msgstr ""
17051707

1706-
#: ../../glossary.rst:1002
1707-
msgid "A :term:`binary file` reads and write :class:`bytes` objects."
1708+
#: ../../glossary.rst:1001
1709+
msgid ""
1710+
"See also :term:`binary file` for a file object able to read and write :term"
1711+
":`bytes-like objects <bytes-like object>`."
17081712
msgstr ""
17091713

17101714
#: ../../glossary.rst:1003

howto/clinic.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-10 13:00+0900\n"
11+
"POT-Creation-Date: 2018-05-21 13:20+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Shengjing Zhu <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -46,8 +46,8 @@ msgid ""
4646
"regarding backwards compatibility for future versions. In other words: if "
4747
"you maintain an external C extension for CPython, you're welcome to "
4848
"experiment with Argument Clinic in your own code. But the version of "
49-
"Argument Clinic that ships with CPython 3.5 *could* be totally incompatible "
50-
"and break all your code."
49+
"Argument Clinic that ships with the next version of CPython *could* be "
50+
"totally incompatible and break all your code."
5151
msgstr ""
5252

5353
#: ../../howto/clinic.rst:29

0 commit comments

Comments
 (0)