8000 Traduction de quelques fuzzys. by christopheNan · Pull Request #908 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de quelques fuzzys. #908

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 ter 8000 ms 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
Nov 1, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Prise en compte des remarques des relecteurs.
  • Loading branch information
christopheNan committed Oct 29, 2019
commit 95e34c8ac879236e0929834ff6e54787b6c7a079
6 changes: 3 additions & 3 deletions bugs.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-10-19 23:03+0200\n"
"PO-Revision-Date: 2019-10-30 00:05+0100\n"
"Last-Translator: Antoine Wecxsteen\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand All @@ -17,7 +17,7 @@ msgstr ""

#: ../Doc/bugs.rst:5
msgid "Dealing with Bugs"
msgstr "S'attaquer aux bugs"
msgstr "S'attaquer aux bugso"

#: ../Doc/bugs.rst:7
msgid ""
Expand Down Expand Up @@ -91,7 +91,7 @@ msgstr "`Outil de suivi des problèmes <https://devguide.python.org/tracker/>`_"
msgid ""
"Overview of the process involved in reporting an improvement on the tracker."
msgstr ""
"Vue d'ensemble du processus pour proposer une amélioration avec l'outil du "
"Vue d'ensemble du processus pour proposer une amélioration avec l'outil de "
"suivi."

#: ../Doc/bugs.rst:35
Expand Down
4 changes: 2 additions & 2 deletions extending/extending.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-09 17:54+0200\n"
"PO-Revision-Date: 2019-10-19 23:21+0200\n"
"PO-Revision-Date: 2019-10-30 00:03+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -589,7 +589,7 @@ msgid ""
msgstr ""
"Notez la troisième entrée (``METH_VARARGS``). C'est un indicateur du type de "
"convention à utiliser pour la fonction C, à destination de l'interpréteur. "
"il doit valoir normalement ``METH_VARARGS`` ou ``METH_VARARGS | "
"Il doit valoir normalement ``METH_VARARGS`` ou ``METH_VARARGS | "
"METH_KEYWORDS`` ; la valeur ``0`` indique qu'une variante obsolète de :c:"
"func:`PyArg_ParseTuple` est utilisée."

Expand Down
0