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

Skip to content

Commit 703a04d

Browse files
Seluj78JulienPalard
authored andcommitted
Merge from upstream/3.7 (#606)
1 parent 7ad224d commit 703a04d

40 files changed

+3068
-2832
lines changed

bugs.po

Lines changed: 2 additions & 2 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: 2018-06-28 15:29+0200\n"
8+
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
99
"PO-Revision-Date: 2018-07-31 19:26+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -47,7 +47,7 @@ msgstr "Bogues de documentation"
4747
msgid ""
4848
"If you find a bug in this documentation or would like to propose an "
4949
"improvement, please submit a bug report on the :ref:`tracker <using-the-"
50-
"tracker>`. If you have a suggestion how to fix it, include that as well."
50+
"tracker>`. If you have a suggestion on how to fix it, include that as well."
5151
msgstr ""
5252
"Si vous trouvez un bogue dans cette documentation ou si vous désirez "
5353
"proposer une amélioration, si cela concerne aussi la documentation en "

c-api/datetime.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
8+
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
99
"PO-Revision-Date: 2019-01-11 20:51+0100\n"
10+
"Last-Translator: Louis Portay <[email protected]>\n"
1011
"Language-Team: FRENCH <[email protected]>\n"
1112
"Language: fr\n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: 8bit\n"
15-
"Last-Translator: Louis Portay <[email protected]>\n"
1616
"X-Generator: Poedit 2.2\n"
1717
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,3,-1,-1\n"
1818

c-api/float.po

Lines changed: 3 additions & 3 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: 2019-03-11 12:59+0100\n"
99
"PO-Revision-Date: 2019-01-14 15:30+0100\n"
1010
"Last-Translator: ANTOINE FOURES <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -36,7 +36,7 @@ msgstr ""
3636

3737
#: ../Doc/c-api/float.rst:24
3838
msgid ""
39-
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of :c:"
39+
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of :c:"
4040
"type:`PyFloatObject`."
4141
msgstr ""
4242
"Renvoie vrai si l'argument est de type :c:type:`PyFloatObject` ou un sous-"
@@ -69,7 +69,7 @@ msgid ""
6969
"Return a C :c:type:`double` representation of the contents of *pyfloat*. If "
7070
"*pyfloat* is not a Python floating point object but has a :meth:`__float__` "
7171
"method, this method will first be called to convert *pyfloat* into a float. "
72-
"This method returns ``-1.0`` upon failure, so one should call :c:func:"
72+
"This method returns ``-1.0`` upon failure, so one should call :c:func:"
7373
"`PyErr_Occurred` to check for errors."
7474
msgstr ""
7575
"Renvoie une représentation du contenu d'un *pyfloat* sous la forme d'un :c:"

0 commit comments

Comments
 (0)