8000 Fixed fuzzys in library/datetime.po (#700) · python/python-docs-fr@ebf0688 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebf0688

Browse files
authored
Fixed fuzzys in library/datetime.po (#700)
1 parent 585f184 commit ebf0688

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

library/datetime.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-04-10 09:35+0200\n"
9-
"PO-Revision-Date: 2019-03-27 15:18+0100\n"
10-
"Last-Translator: Julien Palard <julien@palard.fr>\n"
9+
"PO-Revision-Date: 2019-04-11 19:54+0200\n"
10+
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.0.2\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/library/datetime.rst:2
1919
msgid ":mod:`datetime` --- Basic date and time types"
@@ -485,7 +485,6 @@ msgid "``f = t2 / t3``"
485485
msgstr "``f = t2 / t3``"
486486

487487
#: ../Doc/library/datetime.rst:257
488-
#, fuzzy
489488
msgid ""
490489
"Division (3) of overall duration *t2* by interval unit *t3*. Returns a :"
491490
"class:`float` object."
@@ -695,7 +694,6 @@ msgid "Instance methods:"
695694
msgstr "Méthodes de l'instance :"
696695

697696
#: ../Doc/library/datetime.rst:354
698-
#, fuzzy
699697
msgid ""
700698
"Return the total number of seconds contained in the duration. Equivalent to "
701699
"``td / timedelta(seconds=1)``. For interval units other than seconds, use "

0 commit comments

Comments
 (0)
0