1
0
Fork 0

merge pot files.

This commit is contained in:
Julien Palard 2017-09-12 13:40:16 +02:00
parent 53aef58e97
commit 787ef97f29
1 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -664,11 +664,10 @@ msgstr ""
#: ../Doc/extending/newtypes.rst:730
msgid ""
"We also need to provide a method for clearing any subobjects that can "
"participate in cycles. We implement the method and reimplement the "
"deallocator to use it::"
"participate in cycles."
msgstr ""
#: ../Doc/extending/newtypes.rst:757
#: ../Doc/extending/newtypes.rst:751
msgid ""
"Notice the use of a temporary variable in :c:func:`Noddy_clear`. We use the "
"temporary variable so that we can set each member to *NULL* before "