Skip to content

Commit 989c3b7

Browse files
:fun: is not a tag, but :func: is!. En fait ça semble s'être produit qques fois, copier-coller sans doute.
1 parent a44c304 commit 989c3b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

library/inspect.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
9-
"PO-Revision-Date: 2021-01-11 08:53-0500\n"
9+
"PO-Revision-Date: 2021-01-11 08:57-0500\n"
1010
"Last-Translator: Franck Vachon <logicOnAbstractions@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -961,7 +961,7 @@ msgid ""
961961
msgstr ""
962962
"L'objet Signature représente la signature de l'appel d'un objet appelable et "
963963
"son annotation de type. Pour retrouver l'objet Signature, utilisez la "
964-
"fonction :fun:`signature`."
964+
"fonction :func:`signature`."
965965

966966
#: library/inspect.rst:561
967967
msgid "Return a :class:`Signature` object for the given ``callable``::"
@@ -1637,7 +1637,7 @@ msgid ""
16371637
"`getargvalues`. The format\\* arguments are the corresponding optional "
16381638
"formatting functions that are called to turn names and values into strings."
16391639
msgstr ""
1640-
"Formatage lisible des quatre valeurs renvoyées par :fun:`getargvalues`. Les "
1640+
"Formatage lisible des quatre valeurs renvoyées par :func:`getargvalues`. Les "
16411641
"arguments format\\* sont des fonction de formatage optionnelles qui sont "
16421642
"appelées pour convertir les noms et valeurs en chaînes de caractères."
16431643

0 commit comments

Comments
 (0)