- Notifications
You must be signed in to change notification settings - Fork266
library/rlcompleter.po#265
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
luzeal commentedJul 15, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Sorry, I may have added another pull request for the same issue. |
"évaluées, mais elle peut faire des appels à :meth:`__getattr__`), jusqu'à la " | ||
"dernière partie, et trouve des équivalents pour le reste via la fonction :" | ||
"func:`dir`. Toute exception qui est relevée durant l'évaluation de " | ||
"l'expression est soit interceptée, mise sous silence, ou :const:`None` est " |
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.
Non : l'exception levée est interceptée, mise sous silence et None est renvoyée. En d'autres termes, cela veut dire que le module de complétion ne fait pas "planter" l'interpréteur ou le programme qui l'appelle.
#: ../Doc/library/rlcompleter.rst:50 | ||
msgid "Return the *state*\\ th completion for *text*." | ||
msgstr "" | ||
msgstr "Renvoie le *state*-ième complétion pour *text*." |
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/le/la/
Corrigée et mergée, merci ! |
No description provided.