Skip to content

Complément de traduction library/random.po #1906

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 7 commits into from
Aug 30, 2022
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
fix spelling and unknown noun.
  • Loading branch information
PhilippeGalvan committed Jul 25, 2022
commit 9e3509f7d4e17968834b4e6afb2a833d43bab583
6 changes: 3 additions & 3 deletions library/random.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-10-21 15:04+0200\n"
"PO-Revision-Date: 2022-07-25 19:10+0200\n"
"PO-Revision-Date: 2022-07-25 19:20+0200\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 @@ -732,7 +732,7 @@ msgstr ""
"Il est parfois utile de pouvoir reproduire les séquences données par un "
"générateur de nombres pseudo-aléatoires. En réutilisant la même graine, la "
"même séquence devrait être reproductible d'une exécution à l'autre tant que "
"plusieurs fils d’éxécutions ne sont pas en cours."
"plusieurs fils d’exécution ne sont pas en cours."

#: library/random.rst:403
msgid ""
Expand Down Expand Up @@ -907,7 +907,7 @@ msgid ""
"random`."
msgstr ""
"`Generating Pseudo-random Floating-Point Values <https://allendowney.com/"
"research/rand/downey07randfloat.pdf>`_ une publication par Allen B. Downey "
"research/rand/downey07randfloat.pdf>`_ une publication par *Allen B. Downey* "
"décrivant des manières de générer des nombres à virgule flottante plus fins "
"que normalement générés par :func:`.random`."

Expand Down