Skip to content

Commit f15f1c8

Browse files
committed
FIX: Sphinx warnings.
1 parent 1f2619e commit f15f1c8

File tree

4 files changed

+410
-89
lines changed

4 files changed

+410
-89
lines changed

library/gettext.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-08-01 13:21+0200\n"
11-
"PO-Revision-Date: 2017-10-04 20:41+0200\n"
11+
"PO-Revision-Date: 2017-10-13 23:23+0200\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
@@ -126,7 +126,9 @@ msgid ""
126126
"as :func:`_` in the local namespace (see examples below)."
127127
msgstr ""
128128
"Renvoie la traduction localisée de *message*, en se basant sur le domaine "
129-
"global actuel, la langue et le répertoire des localisations."
129+
"global actuel, la langue et le répertoire des localisations. Cette fonction "
130+
"est typiquement aliasée :func:`_` dans le namespace courant (voir les "
131+
"exemples ci-dessous)."
130132

131133
#: ../Doc/library/gettext.rst:73
132134
msgid ""

library/subprocess.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
11-
"PO-Revision-Date: 2017-10-06 17:15+0100\n"
11+
"PO-Revision-Date: 2017-10-13 23:26+0200\n"
1212
"Last-Translator: \n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
1414
"Language: fr\n"
@@ -806,7 +806,7 @@ msgid ""
806806
msgstr ""
807807
"Si *cwd* n'est pas ``None``, la fonction change de répertoire courant pour "
808808
"*cwd* avant d'exécuter le fils. *cwd* peut être un objet :class:`str` ou "
809-
"un :term:`chemin-compatible <path-like-object>`. En particulier, la "
809+
"un :term:`chemin-compatible <path-like object>`. En particulier, la "
810810
"fonction recherche *executable* (ou le premier élément d'*args*) "
811811
"relativement à *cwd* si le chemin d'exécution est relatif."
812812

0 commit comments

Comments
 (0)