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

Skip to content

Commit 5209ba6

Browse files
C22660JulienPalard
authored andcommitted
traduction de howto/annotations.po (#58)
closes #47 Co-authored-by: cedricm <[email protected]> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/58 Co-authored-by: CedricM <[email protected]> Co-committed-by: CedricM <[email protected]>
1 parent 9a60e67 commit 5209ba6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

howto/annotations.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
9-
"PO-Revision-Date: 2022-05-12 09:43+0200\n"
10-
"Last-Translator: ZepmanBC <[email protected]>\n"
9+
"PO-Revision-Date: 2023-02-17 10:44+0100\n"
10+
"Last-Translator: CédricM <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 3.0.1\n"
16+
"X-Generator: Poedit 3.2.2\n"
1717

1818
#: howto/annotations.rst:5
1919
msgid "Annotations Best Practices"
@@ -132,6 +132,11 @@ msgid ""
132132
"parent's ``__annotations__``. In Python 3.10 and newer, the child class's "
133133
"annotations will be an empty dict instead."
134134
msgstr ""
135+
"Dans les versions antérieures à Python 3.10, l'accès aux ``__annotations__`` "
136+
"d'une classe qui n'a pas d'annotation mais dont un parent de cette classe en "
137+
"a, aurait renvoyé les ``__annotations__`` de la classe parent. Dans les "
138+
"versions 3.10 et plus récentes, le résultat d'annotations de la classe "
139+
"enfant est un dictionnaire vide."
135140

136141
#: howto/annotations.rst:68
137142
msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"

0 commit comments

Comments
 (0)