Skip to content

Commit 4ff551d

Browse files
committed
Merge branch '3.7' of https://github.com/python/python-docs-fr into unittest
2 parents d2489e1 + 210a5ab commit 4ff551d

File tree

134 files changed

+11261
-10810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+11261
-10810
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ install:
88
- pospell --version
99
script:
1010
- pospell -p dict -l fr_FR **/*.po
11-
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=d4ed8809dd
11+
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=1659c08d5d

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ French Translation of the Python Documentation
44
.. image:: https://travis-ci.org/python/python-docs-fr.svg?branch=3.7
55
:target: https://travis-ci.org/python/python-docs-fr
66

7-
**Translated: 34%**
7+
**Translated: 35%**
88

99
Documentation Contribution Agreement
1010
------------------------------------

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Mohamed Kiouaz
77
Hervé Sousset
88
Mickaël Bergem
99
Vincent Poulailleau
10+
Jules Lasne

c-api/conversion.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -104,9 +104,9 @@ msgstr ""
104104

105105
#: ../Doc/c-api/conversion.rst:62
106106
msgid ""
107-
"If ``endptr`` is ``NULL``, convert the whole string. Raise ValueError and "
108-
"return ``-1.0`` if the string is not a valid representation of a floating-"
109-
"point number."
107+
"If ``endptr`` is ``NULL``, convert the whole string. Raise :exc:"
108+
"`ValueError` and return ``-1.0`` if the string is not a valid representation "
109+
"of a floating-point number."
110110
msgstr ""
111111

112112
#: ../Doc/c-api/conversion.rst:66

0 commit comments

Comments
 (0)