Skip to content

Fixed fuzzies in tutorial #1400

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 5 commits into from
Sep 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Missing space after dot.
  • Loading branch information
JulienPalard committed Sep 30, 2020
commit 7f49ea04a020d972c9d9d2357a5dd83b7cc66f9c
4 changes: 2 additions & 2 deletions tutorial/datastructures.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: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2020-09-30 14:18+0200\n"
"PO-Revision-Date: 2020-09-30 14:26+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -787,7 +787,7 @@ msgid ""
msgstr ""
"Notez qu'en Python, à la différence du C, une affectation à l'intérieur "
"d'une expression doit être faite explicitement avec :ref:`l'opérateur morse "
"<why-can-t-i-use-an-assignment-in-an-expression>` ``:=``.Cela évite des "
"<why-can-t-i-use-an-assignment-in-an-expression>` ``:=``. Cela évite des "
"erreurs fréquentes que l'on rencontre en C, lorsque l'on tape ``=`` alors "
"que l'on voulait faire un test avec ``==``."

Expand Down