-
Notifications
You must be signed in to change notification settings - Fork 266
revised library/sys.po #198
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
Conversation
library/sys.po
Outdated
"que ``displayhook`` et ``excepthook`` puisse être restaurées au cas où elles " | ||
"seraient remplacées par des objets cassés." | ||
"Ces objets contiennent les valeurs originales de ``breakpointhook``, " | ||
"``displayhook`` et ``excepthook`` au début du programme. Elles sont " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si on écrit "Ces objets" alors "Ils sont sauvegardés...". Sinon écrivons "Ces variables"
library/sys.po
Outdated
"Ces objets contiennent les valeurs originales de ``breakpointhook``, " | ||
"``displayhook`` et ``excepthook`` au début du programme. Elles sont " | ||
"sauvegardées de façon à ce que ``breakpointhook``, ``displayhook`` et " | ||
"``excepthook`` puisse être restaurées au cas où elles seraient remplacées " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/puisse/puissent/
library/sys.po
Outdated
"fonction de traçage locale. Voir :file:`Objects/lnotab_notes.txt` pour une " | ||
"explication détaillée de ce mécanisme." | ||
"L'interpréteur va exécuter un nouvel *opcode* (voyez :mode:`dis` pour plus " | ||
"de détails). La fonction de traçage locale est appelée; *arg* vaut ``None``; " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut une espace insécable avant le point-virgule.
library/sys.po
Outdated
"L'interpréteur va exécuter un nouvel *opcode* (voyez :mode:`dis` pour plus " | ||
"de détails). La fonction de traçage locale est appelée; *arg* vaut ``None``; " | ||
"la valeur retournée donne la nouvelle fonction de traçage locale. Les " | ||
"évènements par *opcode* ne sont pas émis par défaut : cela doit être " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'écrirais "le traçage ne se fait pas opcode par opcode par défaut ..."
Closes #197. Co-authored-by: James Adjinwa <jaymee126@gmail.com> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/198 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: James Adjinwa <gaanlub2@duck.com> Co-committed-by: James Adjinwa <gaanlub2@duck.com>
No description provided.