@@ -357,7 +357,7 @@ msgstr ":c:type:`wchar_t`"
357
357
358
358
#: ../Doc/library/ctypes.rst:229
359
359
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"
361
361
362
362
#: ../Doc/library/ctypes.rst:231
363
363
msgid ":class:`c_byte`"
@@ -499,7 +499,7 @@ msgstr ":c:type:`char *` (terminé par NUL)"
499
499
500
500
#: ../Doc/library/ctypes.rst:263
501
501
msgid "bytes object or ``None``"
502
- msgstr "objet *bytes* ou ``None``"
502
+ msgstr "objet octet ( *bytes*) ou ``None``"
503
503
504
504
#: ../Doc/library/ctypes.rst:265
505
505
msgid ":class:`c_wchar_p`"
@@ -511,7 +511,7 @@ msgstr ":c:type:`wchar_t *` (terminé par NUL)"
511
511
512
512
#: ../Doc/library/ctypes.rst:265
513
513
msgid "string or ``None``"
514
- msgstr "*string* ou ``None``"
514
+ msgstr "chaîne de caractères ( *string*) ou ``None``"
515
515
516
516
#: ../Doc/library/ctypes.rst:267
517
517
msgid ":class:`c_void_p`"
@@ -523,7 +523,7 @@ msgstr ":c:type:`void *`"
523
523
524
524
#: ../Doc/library/ctypes.rst:267
525
525
msgid "int or ``None``"
526
- msgstr "`` int`` ou ``None``"
526
+ msgstr "* int* ou ``None``"
527
527
528
528
#: ../Doc/library/ctypes.rst:271
529
529
msgid "The constructor accepts any object with a truth value."
0 commit comments