8000 Relecture (os.html et un petit peu exceptions.html) by JulienPalard · Pull Request #1328 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Relecture (os.html et un petit peu exceptions.html) #1328

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 3 commits into from
Jun 23, 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
Update library/os.po
Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
  • Loading branch information
JulienPalard and Seluj78 authored Jun 5, 2020
commit 1d8fd69ba012694d6d1367f4b4e9718e703879aa
2 changes: 1 addition & 1 deletion library/os.po
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ msgid ""
"synchronized (modify :data:`environb` updates :data:`environ`, and vice "
"versa)."
msgstr ""
"Version de :data:`environ` utilisant des *bytes* : un :term:`mapping` "
"Version de :data:`environ` utilisant des *bytes* : un :term:`mapping` "
"d'objets représentant l'environnement par des chaînes de *bytes*. :data:"
"`environ` et :data:`environb` sont synchronisés (modifier :data:`environ` "
"modifie :data:`environb`, et vice-versa)."
Expand Down
0