|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.7\n" |
10 | 10 | "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" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | " Last-Translator: Fei Yin <[email protected]>, 2018\n" |
14 | 14 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
@@ -49,7 +49,7 @@ msgstr "" |
49 | 49 | #: ../../howto/descriptor.rst:13 |
50 | 50 | msgid "" |
51 | 51 | "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 " |
53 | 53 | "descriptors including functions, properties, static methods, and class " |
54 | 54 | "methods. Shows how each works by giving a pure Python equivalent and a " |
55 | 55 | "sample application." |
@@ -326,7 +326,7 @@ msgid "" |
326 | 326 | "To support method calls, functions include the :meth:`__get__` method for " |
327 | 327 | "binding methods during attribute access. This means that all functions are " |
328 | 328 | "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::" |
330 | 330 | msgstr "" |
331 | 331 |
|
332 | 332 | #: ../../howto/descriptor.rst:288 |
|
0 commit comments