Skip to content

Working on small files. #191

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 2 commits into from
Jun 17, 2018
Merged

Working on small files. #191

merged 2 commits into from
Jun 17, 2018

Conversation

JulienPalard
Copy link
Member

No description provided.

@@ -5044,7 +5044,7 @@ msgstr "``b'%r'`` est obsolète mais ne sera pas retiré dans Python 3.x."

#: ../Doc/library/stdtypes.rst:3365
msgid ":pep:`461` - Adding % formatting to bytes and bytearray"
msgstr ""
msgstr ":pep:`461` - Ajout du formattage via % aux *bytes* et *bytesarray*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/formattage/formatage/
Je mettrais la préposition latine via en italique (via)

@@ -33,6 +33,12 @@ msgid ""
"is a lot easier than setting up a text widget and scroll bar directly. The "
"constructor is the same as that of the :class:`tkinter.Text` class."
msgstr ""
"Le module :mod:`tkinter.scrolledtext` fournit une classe, de même nom, "
"implémentant un simple gadget text avec une barre de défilement verticale, "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/text/texte/g

@@ -42,17 +48,26 @@ msgid ""
"`ScrolledText` widget to be used directly to achieve most normal geometry "
"management behavior."
msgstr ""
"Le gadget texte et la barre de défilement sont regroupés dans une :class:"
"`Frame`, et les méthodes gestionnaires de géométrie :class:`Grid` et :class:"
"`Pack` sont récupérés de l'objet :class:`Frame`. L'objet :class:"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

récupérées puisqu'il s'agit des méthodes.

@@ -193,17 +193,22 @@ msgid ""
"If the module name is followed by :keyword:`as`, then the name following :"
"keyword:`as` is bound directly to the imported module."
msgstr ""
"Si le nom du module est suivi d'un :keyword:`as`, le nom suivant :keyword:"
"`as` sera lié directement au module importé."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je mettrais au présent (comme en anglais pour une fois).

@christopheNan christopheNan merged commit e82fe05 into python:3.6 Jun 17, 2018
@JulienPalard JulienPalard deleted the small-ones branch November 29, 2019 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants