diff --git a/library/datetime.po b/library/datetime.po index aa2305d3..268cd0b2 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-04-10 09:35+0200\n" -"PO-Revision-Date: 2019-03-27 15:18+0100\n" -"Last-Translator: Julien Palard \n" +"PO-Revision-Date: 2019-04-11 19:54+0200\n" +"Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.2\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/library/datetime.rst:2 msgid ":mod:`datetime` --- Basic date and time types" @@ -485,7 +485,6 @@ msgid "``f = t2 / t3``" msgstr "``f = t2 / t3``" #: ../Doc/library/datetime.rst:257 -#, fuzzy msgid "" "Division (3) of overall duration *t2* by interval unit *t3*. Returns a :" "class:`float` object." @@ -695,7 +694,6 @@ msgid "Instance methods:" msgstr "Méthodes de l'instance :" #: ../Doc/library/datetime.rst:354 -#, fuzzy msgid "" "Return the total number of seconds contained in the duration. Equivalent to " "``td / timedelta(seconds=1)``. For interval units other than seconds, use "