Skip to content

Relecture complète et complément de library/csv.po #1798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 23, 2022
Merged
Prev Previous commit
Next Next commit
Fix missing reference to the Dialect class
  • Loading branch information
PhilippeGalvan committed Dec 26, 2021
commit 9fb0d5ef7ff2664dda628ea764fd818609c30e5d
4 changes: 2 additions & 2 deletions library/csv.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
"PO-Revision-Date: 2021-12-26 18:45+0100\n"
"PO-Revision-Date: 2021-12-26 19:50+0100\n"
"Last-Translator: Philippe GALVAN <git.philippe.galvan@outlook.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -645,7 +645,7 @@ msgid ""
msgstr ""
"Renvoie la ligne suivante de l'objet itérable du lecteur en tant que liste "
"(si l'objet est renvoyé depuis :func:`reader`) ou dictionnaire (si l'objet "
"est un :class:`DictReader`), analysé suivant le dialecte courant. "
"est un :class:`DictReader`), analysé suivant le :class:`Dialect` courant. "
"Généralement, vous devez appeler la méthode à l'aide de ``next(reader)``."

#: library/csv.rst:438
Expand Down