Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 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 4 commits into from
Jun 1, 2020

Conversation

deronnax
Copy link
Collaborator

@deronnax deronnax commented May 28, 2020

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
Collaborator Author

deronnax commented May 28, 2020

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

  • parcourir
  • itérer
  • faire une boucle

alors que la section fait 8 lignes.

@deronnax deronnax changed the title 1 fuzzy + 2 reformulations tutorial/datastructure: 1 fuzzy, 2 reformulations May 29, 2020
Copy link
Contributor

@christopheNan christopheNan 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 faire des boucles sur deux séquences ou plus en même temps, les "
"éléments peuvent être associés par la fonction :func:`zip` ::"
"Pour faire une boucle sur deux ou plusieurs séquences en même temps, les "
"éléments peuvent associés ensemble 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
Collaborator Author

Choose a reason for hiding this comment

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

noté

Copy link

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
Collaborator Author

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

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.

Copy link
Collaborator Author

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.

@deronnax
Copy link
Collaborator Author

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 ?).

@deronnax deronnax requested review from awecx and christopheNan June 1, 2020 09:02
Copy link

@awecx awecx 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

@christopheNan christopheNan left a comment

Choose a reason for hiding this comment

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

👍

@deronnax deronnax merged commit 788fa6e into python:3.8 Jun 1, 2020
JulienPalard pushed a commit to JulienPalard/python-docs-fr that referenced this pull request Jun 29, 2020
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.

4 participants