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

Skip to content

Commit 0829307

Browse files
committed
[po] auto sync bot
1 parent f36bbe8 commit 0829307

14 files changed

Lines changed: 3877 additions & 3850 deletions

howto/descriptor.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.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-12 09:20+0900\n"
11+
"POT-Creation-Date: 2018-09-15 09:11+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Fei Yin <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -49,7 +49,7 @@ msgstr ""
4949
#: ../../howto/descriptor.rst:13
5050
msgid ""
5151
"Defines descriptors, summarizes the protocol, and shows how descriptors are "
52-
"called. Examines a custom descriptor and several built-in python "
52+
"called. Examines a custom descriptor and several built-in Python "
5353
"descriptors including functions, properties, static methods, and class "
5454
"methods. Shows how each works by giving a pure Python equivalent and a "
5555
"sample application."
@@ -326,7 +326,7 @@ msgid ""
326326
"To support method calls, functions include the :meth:`__get__` method for "
327327
"binding methods during attribute access. This means that all functions are "
328328
"non-data descriptors which return bound methods when they are invoked from "
329-
"an object. In pure python, it works like this::"
329+
"an object. In pure Python, it works like this::"
330330
msgstr ""
331331

332332
#: ../../howto/descriptor.rst:288

howto/instrumentation.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.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-09-15 09:11+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Chengeng Ning <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -299,14 +299,14 @@ msgstr ""
299299
#: ../../howto/instrumentation.rst:371
300300
msgid ""
301301
"This probe point indicates that execution of a Python function has begun. It"
302-
" is only triggered for pure-python (bytecode) functions."
302+
" is only triggered for pure-Python (bytecode) functions."
303303
msgstr ""
304304

305305
#: ../../howto/instrumentation.rst:376
306306
msgid ""
307307
"This probe point is the converse of :c:func:`python.function.return`, and "
308308
"indicates that execution of a Python function has ended (either via "
309-
"``return``, or via an exception). It is only triggered for pure-python "
309+
"``return``, or via an exception). It is only triggered for pure-Python "
310310
"(bytecode) functions."
311311
msgstr ""
312312

0 commit comments

Comments
 (0)