diff --git a/extending/newtypes.po b/extending/newtypes.po index 0d79d820..662634b0 100644 --- a/extending/newtypes.po +++ b/extending/newtypes.po @@ -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 \n" "Language-Team: LANGUAGE \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 "