Skip to content

Commit 0335360

Browse files
author
antoine
committed
Homogénisation des entrées du tableaux des types.
1 parent 8e39771 commit 0335360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/ctypes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ msgstr ":c:type:`wchar_t`"
357357

358358
#: ../Doc/library/ctypes.rst:229
359359
msgid "1-character string"
360-
msgstr "chaîne de caracères (*string*) de longueur 1"
360+
msgstr "chaîne de caractères (*string*) de longueur 1"
361361

362362
#: ../Doc/library/ctypes.rst:231
363363
msgid ":class:`c_byte`"
@@ -499,7 +499,7 @@ msgstr ":c:type:`char *` (terminé par NUL)"
499499

500500
#: ../Doc/library/ctypes.rst:263
501501
msgid "bytes object or ``None``"
502-
msgstr "objet *bytes* ou ``None``"
502+
msgstr "objet octet (*bytes*) ou ``None``"
503503

504504
#: ../Doc/library/ctypes.rst:265
505505
msgid ":class:`c_wchar_p`"
@@ -511,7 +511,7 @@ msgstr ":c:type:`wchar_t *` (terminé par NUL)"
511511

512512
#: ../Doc/library/ctypes.rst:265
513513
msgid "string or ``None``"
514-
msgstr "*string* ou ``None``"
514+
msgstr "chaîne de caractères (*string*) ou ``None``"
515515

516516
#: ../Doc/library/ctypes.rst:267
517517
msgid ":class:`c_void_p`"
@@ -523,7 +523,7 @@ msgstr ":c:type:`void *`"
523523

524524
#: ../Doc/library/ctypes.rst:267
525525
msgid "int or ``None``"
526-
msgstr "``int`` ou ``None``"
526+
msgstr "*int* ou ``None``"
527527

528528
#: ../Doc/library/ctypes.rst:271
529529
msgid "The constructor accepts any object with a truth value."

0 commit comments

Comments
 (0)