tutorial/intro (#898)

This commit is contained in:
Pierre Choffé 2019-10-09 21:28:44 +02:00 committed by Jules Lasne (jlasne)
parent e09fb618ff
commit 1c70f1507b

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-09-08 18:54+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"PO-Revision-Date: 2019-10-09 19:43+0200\n"
"Last-Translator: pierre choffe <choffepierre@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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.2.1\n"
"X-Generator: Poedit 2.0.6\n"
#: ../Doc/tutorial/introduction.rst:5
msgid "An Informal Introduction to Python"
@ -484,7 +484,6 @@ msgstr ""
"les listes peuvent être indicées et découpées ::"
#: ../Doc/tutorial/introduction.rst:396
#, fuzzy
msgid ""
"All slice operations return a new list containing the requested elements. "
"This means that the following slice returns a :ref:`shallow copy "