@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.9\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14
+ "POT-Creation-Date : 2021-04-29 06:12 +0000\n "
15
15
"PO-Revision-Date : 2018-06-29 21:01+0000\n "
16
16
"Last-Translator : oon arfiandwi <oon.arfiandwi@gmail.com>, 2021\n "
17
17
"Language-Team : Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n "
@@ -132,8 +132,8 @@ msgstr ""
132
132
#: ../../c-api/contextvars.rst:109
133
133
msgid ""
134
134
"Create a new ``ContextVar`` object. The *name* parameter is used for "
135
- "introspection and debug purposes. The *def* parameter may optionally "
136
- "specify the default value for the context variable. If an error has "
135
+ "introspection and debug purposes. The *def* parameter specifies a default "
136
+ "value for the context variable, or ``NULL`` for no default. If an error has "
137
137
"occurred, this function returns ``NULL``."
138
138
msgstr ""
139
139
@@ -163,17 +163,16 @@ msgid "``NULL``"
163
163
msgstr "``NULL``"
164
164
165
165
#: ../../c-api/contextvars.rst:127
166
- msgid ""
167
- "If the value was found, the function will create a new reference to it."
166
+ msgid "Except for ``NULL``, the function returns a new reference."
168
167
msgstr ""
169
168
170
169
#: ../../c-api/contextvars.rst:131
171
170
msgid ""
172
- "Set the value of *var* to *value* in the current context. Returns a pointer "
173
- " to a :c:type:`PyObject` object , or ``NULL`` if an error has occurred."
171
+ "Set the value of *var* to *value* in the current context. Returns a new "
172
+ "token object for this change , or ``NULL`` if an error has occurred."
174
173
msgstr ""
175
174
176
- #: ../../c-api/contextvars.rst:137
175
+ #: ../../c-api/contextvars.rst:136
177
176
msgid ""
178
177
"Reset the state of the *var* context variable to that it was in before "
179
178
":c:func:`PyContextVar_Set` that returned the *token* was called. This "
0 commit comments