Make merge (#1451)

This commit is contained in:
Jules Lasne (jlasne) 2020-10-16 08:41:36 +02:00 committed by GitHub
commit e1a6d03d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
"POT-Creation-Date: 2020-10-15 22:05+0200\n"
"PO-Revision-Date: 2020-05-30 17:14+0900\n"
"Last-Translator: Samuel Giffard <samuel@giffard.co>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -1832,8 +1832,9 @@ msgid ""
msgstr ""
#: faq/programming.rst:1179
msgid "If space is not an issue, the list comprehension may be fastest."
msgstr ""
#, fuzzy
msgid "The list comprehension may be fastest."
msgstr "Utilisez une liste en compréhension ::"
#: faq/programming.rst:1183
msgid "How do you make an array in Python?"