Skip to content

Fixed fuzzy and punctuation in reference/datamodel.po#628

Closed
Seluj78 wants to merge 4 commits into
python:3.7from
Seluj78:reference-datamodel
Closed

Fixed fuzzy and punctuation in reference/datamodel.po#628
Seluj78 wants to merge 4 commits into
python:3.7from
Seluj78:reference-datamodel

Conversation

@Seluj78

@Seluj78 Seluj78 commented Mar 27, 2019

Copy link
Copy Markdown
Collaborator

Linked to python/cpython#12581

This will close #627

@Seluj78 Seluj78 mentioned this pull request Mar 27, 2019
Comment thread reference/datamodel.po
#: ../Doc/reference/datamodel.rst:42
msgid "For CPython, ``id(x)`` is the memory address where ``x`` is stored."
msgstr "en CPython, ``id(x)`` est l'adresse mémoire où est stocké ``x``."
msgstr "En CPython, ``id(x)`` est l'adresse mémoire où est stocké ``x``."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Non, après deux-points, on ne met pas de majuscule en français.

Comment thread reference/datamodel.po
"valeurs possibles pour les objets de ce type. La fonction :func:`type` "
"renvoie le type de l'objet (qui est lui-même un objet). Comme l'identifiant, "
"le :dfn:`type` d'un objet ne peut pas être modifié [#]_."
"le :dfn:`type` d'un objet ne peut pas être modifié. [#]_"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Non, la référence doit être placée avant le point qui termine la phrase.

Comment thread reference/datamodel.po
"module around while using its dictionary directly."
msgstr ""
"en raison de la manière dont CPython nettoie les dictionnaires de modules, "
"En raison de la manière dont CPython nettoie les dictionnaires de modules, "

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Non, pas de majuscule après deux-points.

Comment thread reference/datamodel.po
"``None`` à :meth:`__iter__`, vous ne pouvez pas itérer sur la classe et "
"appeler :func:`iter` sur une instance lève :exc:`TypeError` (sans se replier "
"sur :meth:`__getitem__`) [#]_."
"sur :meth:`__getitem__`). [#]_"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Non, la référence fait partie de la phrase.

Comment thread reference/datamodel.po
msgid "Introduced the ``__prepare__`` namespace hook"
msgstr ""
"introduction de la fonction automatique ``__prepare__`` de l'espace de noms"
"Introduction de la fonction automatique ``__prepare__`` de l'espace de noms"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ok.
Il faudrait modifier aussi la ligne du dessus en remplaçant '--' par '—'.

christopheNan added a commit to christopheNan/python-docs-fr that referenced this pull request Mar 30, 2019
@christopheNan

Copy link
Copy Markdown
Contributor

Pris en compte par #641.

@Seluj78
Seluj78 deleted the reference-datamodel branch April 11, 2019 20:10
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.

Je travaille sur reference/datamodel.po

2 participants