- Notifications
You must be signed in to change notification settings - Fork266
Review fuzzy strings.#190
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
glossary.po Outdated
"lorsqu'on entre un bloc de code indenté ou entre deux délimiteurs " | ||
"(parenthèses, crochets ou accolades)." | ||
"lorsqu'on entre un bloc de code indenté, dans des délimiteurs fonctionnant " | ||
"par pair (parenthèses, crochets, accolades, triple guillemets), ou après un " |
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/pair/paires/
library/datetime.po Outdated
msgid "" | ||
"If provided, *tz* must be an instance of a :class:`tzinfo` subclass, and " | ||
"its :meth:`utcoffset` and :meth:`dst` methods must not return ``None``. If " | ||
"*self* is naive, it is presumed to represent time in the system timezone." | ||
msgstr "" | ||
"Si fourni, *tz* doit être une instance d'une sous-classe :class:`tzinfo`, et " | ||
"ses méthodes :meth:`utcoffset` et :meth:`dst` ne doivent pas renvoyer " | ||
"``None``. Si *self* est naïf (``self.tzinfo is None``), il est considéré " | ||
"représenter un temps dans le fuseau horaire du système." | ||
"``None``. Si *self* est naïf, il est considéré représenter un temps dans le " |
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.
Siself est naïf, Python considère que le temps est exprimé dans le fuseau horaire du système ?
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.
Je préfère :)
Reviewed-on:https://git.afpy.org/AFPy/python-docs-fr/pulls/190Reviewed-by: Julien Palard <julien@palard.fr>Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>Co-committed-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
No description provided.