-
Notifications
You must be signed in to change notification settings - Fork 266
Done: cgitb #84
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
Done: cgitb #84
Conversation
library/cgitb.po
Outdated
|
||
#: ../Doc/library/cgitb.rst:30 | ||
msgid "To enable this feature, simply add this to the top of your CGI script::" | ||
msgstr "" | ||
"Pour activer cette fonctionalité, ajoutez simplement ceci au début de votre " |
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.
fonctionalité → fonctionnalité
library/cgitb.po
Outdated
@@ -38,24 +38,42 @@ msgid "" | |||
"debug the problem. Optionally, you can save this information to a file " | |||
"instead of sending it to the browser." | |||
msgstr "" | |||
"Le module :mod:`cgitb` fournit un gestionnaire d'exception spécifique pour " |
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.
Peut-être passer « exception » au pluriel comme dans les autres paragraphes ?
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.
Oui, ça me va.
library/cgitb.po
Outdated
"le nombre de lignes de code à afficher autour de la ligne courante dans le " | ||
"code source à chaque niveau de la pile d'appel, il vaut ``5`` par défaut. Si " | ||
"l'argument optionnel *format* est ``\"html\"``, le rapport sera rédigé en " | ||
"HTML. Le rapport sera écrit en texte brut pour toute autre valeur. La valer " |
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.
valer → valeur
library/cgitb.po
Outdated
"*info* doit être un *tuple* de trois éléments contenant le type de " | ||
"l'exception, l'exception, et la pile d'appels, tel que le *tuple* renvoyé " | ||
"par :func:`sys.exc_info`. Si l'argument *info* n'est pas donné, l'exception " | ||
"courrante est obtenue via :func:`sys.exc_info`." |
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.
courrante → courante
Closes #49 Co-authored-by: Zoe Drey <zoe.drey@sinch.com> Co-authored-by: Nicolas <nicolas.gibaud7@gmail.com> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/84 Co-authored-by: NicolasGibaud <nicolas.gibaud7@gmail.com> Co-committed-by: NicolasGibaud <nicolas.gibaud7@gmail.com>
No description provided.