Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tutorial/datastructure: 1 fuzzy, 2 reformulations#1315

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

Merged
deronnax merged 4 commits intopython:3.8fromderonnax:tutorial_datastructure
Jun 1, 2020

Conversation

deronnax
Copy link
Collaborator

@deronnaxderonnax commentedMay 28, 2020
edited
Loading

EDIT: correction d'une fuzzy + reformulation de deux phrases autour pour amélioration & cohérence (propager le terme moche "faire une boucle")

@deronnax
Copy link
CollaboratorAuthor

deronnax commentedMay 28, 2020
edited
Loading

dans cette seule section, "to loop over" est traduit en :

  • parcourir
  • itérer
  • faire une boucle

alors que la section fait 8 lignes.

@deronnaxderonnax changed the title1 fuzzy + 2 reformulationstutorial/datastructure: 1 fuzzy, 2 reformulationsMay 29, 2020
Copy link
Contributor

@christopheNanchristopheNan left a comment

Choose a reason for hiding this comment

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

Mon avis est forcément partial. Je n'aime pas trop « faire ». Alors, éventuellement « boucler », oui. Et, même si nous sommes dans le paragraphe «Techniques de boucles », je ne sais pas si employer le terme « boucle » est obligatoire à chaque fois.

"Pour fairedes boucles sur deuxséquencesouplus en même temps, les "
"éléments peuventêtreassociéspar la fonction :func:`zip` ::"
"Pour faireune boucle sur deux ouplusieurs séquences en même temps, les "
"éléments peuvent associésensemble en utilisant la fonction :func:`zip` ::"
Copy link
Contributor

Choose a reason for hiding this comment

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

Je pense que « associés ensemble » est un pléonasme.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

noté

Copy link
Contributor

Choose a reason for hiding this comment

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

« Deux ou plusieurs » est un peu redondant aussi.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

comment traduire "two or more", du coup ?

Copy link
Contributor

Choose a reason for hiding this comment

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

« Deux ou plus » comme avant ?
Bon après ne nous prenons pas trop la tête non plus.

christopheNan reacted with thumbs up emoji
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

OK pour deux ou plus.

christopheNan reacted with thumbs up emoji
@deronnax
Copy link
CollaboratorAuthor

ou sinon on se dit qu'on choisit "parcourir" ou "itérer" qui eux sont correctes (et on retire tous les "faire une boucle" dans la page)

@christopheNan
Copy link
Contributor

à la fin de «Techniques de boucles », il y a une double ponctuation «  nouvelle liste à la place. : ».
Je mettrais « Pour boucler sur deux ou plusieurs séquences en même temps … » : on est dans la section «Techniques de boucles » et on utilise les différents termes possibles pour parcourir/itérer/boucler sur une séquence.

@JulienPalard
Copy link
Member

ou sinon on se dit qu'on choisit "parcourir" ou "itérer" qui eux sont correctes (et on retire tous les "faire une boucle" dans la page)

Pareil, je préfère « parcourir » ou « itérer » à « faire une boucle ». Entre itérer et parcourir j'ai peut être une préférence pour itérer, que le lecteur pourra facilement raccrocher à itérateur et itérable, mais en se laissant la possibilité d'utiliser parcourir pour éviter la répétition, comme dans "itérer un itérateur" (parcourir un itérateur ?).

Copy link
Contributor

@awecxawecx left a comment

Choose a reason for hiding this comment

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

OK pour moi.
Je laisse@christopheNan approuver pour ses remarques.

Copy link
Contributor

@christopheNanchristopheNan left a comment

Choose a reason for hiding this comment

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

👍

@deronnaxderonnax merged commit788fa6e intopython:3.8Jun 1, 2020
JulienPalard pushed a commit to JulienPalard/python-docs-fr that referenced this pull requestJun 29, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@christopheNanchristopheNanchristopheNan approved these changes

@awecxawecxawecx approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@deronnax@christopheNan@JulienPalard@awecx

[8]ページ先頭

©2009-2025 Movatter.jp