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 copy paste in original doc inconsistency
  • Loading branch information
PhilippeGalvan committed Jul 26, 2022
commit df28abbd0d1542585994831ad7cff3f4964fc258
8 changes: 4 additions & 4 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:32+0200\n"
"PO-Revision-Date: 2022-07-26 02:23+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 @@ -697,9 +697,9 @@ msgid ""
"`NoneType`, :class:`int`, :class:`float`, :class:`str`, :class:`bytes`, or :"
"class:`bytearray`."
msgstr ""
"À l’avenir, la *graine* devra être de l’un des types suivants : *NoneType*, :"
"class:`int`, :class:`float`, :class:`str`, :class:`bytes`, ou :class:"
"`bytearray`."
"À l’avenir, la *graine* devra être de l’un des types suivants : :class:"
"`NoneType`, :class:`int`, :class:`float`, :class:`str`, :class:`bytes`, ou :"
"class:`bytearray`."

#: library/random.rst:388
msgid ""
Expand Down