Skip to content

Commit 33e8f7d

Browse files
awecxchristopheNan
andauthored
Apply suggestions from ChristopheNan
Co-Authored-By: Christophe Nanteuil <[email protected]>
1 parent 5f802d2 commit 33e8f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/ctypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ msgid ""
985985
"Pointer instances have a :attr:`~_Pointer.contents` attribute which returns "
986986
"the object to which the pointer points, the ``i`` object above::"
987987
msgstr ""
988-
"Les instances de pointer ont un attribut :attr:`~_Pointer.contents` qui "
988+
"Les instances de pointeurs ont un attribut :attr:`~_Pointer.contents` qui "
989989
"renvoie l'objet pointé (l'objet ``i`` ci-dessus) ::"
990990

991991
#: ../Doc/library/ctypes.rst:729
@@ -1375,7 +1375,7 @@ msgid ""
13751375
"frozen modules."
13761376
msgstr ""
13771377
"Ce pointeur est initialisé de manière à pointer sur un tableau d'entrées de :c:type:"
1378-
"`struct _frozen`, terminé par un dont tous les membres valent ``NULL`` ou "
1378+
"`struct _frozen`, dont tous les membres de la dernière valent ``NULL`` ou "
13791379
"zéro. Quand un module gelé est importé, il est cherché dans ce tableau. Du "
13801380
"code tiers peut jouer avec pour construire dynamiquement une collection de "
13811381
"module gelés."
@@ -1467,7 +1467,7 @@ msgid ""
14671467
"accessing the root-object's underlying buffer."
14681468
msgstr ""
14691469
"Gardez en tête qu'accéder au sous-objet depuis une *Structure*, une *Union* "
1470-
"ou un *Array* ne copie *pas* le sous-objet, mais crée un objet d'interfaçage "
1470+
"ou un *Array* ne copie *pas* le sous-objet, mais crée un objet interface "
14711471
"qui accède au tampon sous-jacent de l'objet initial."
14721472

14731473
#: ../Doc/library/ctypes.rst:1178

0 commit comments

Comments
 (0)