@@ -546,7 +546,7 @@ msgid ""
546
546
"c:type:`unsigned char`."
547
547
msgstr ""
548
548
"Convertit un entier Python positif ou nul en un unsigned tiny int, stocké "
549
- "dans un :ctype: `unsigned char`C."
549
+ "dans un :c:type: `unsigned char` C."
550
550
551
551
#: ../Doc/c-api/arg.rst:158 ../Doc/c-api/arg.rst:485
552
552
msgid "``B`` (integer) [unsigned char]"
@@ -558,15 +558,15 @@ msgid ""
558
558
"a C :c:type:`unsigned char`."
559
559
msgstr ""
560
560
"Convertit un entier Python en un tiny int sans vérifier le débordement, "
561
- "stocké dans un :ctype :`unsigned char` C."
561
+ "stocké dans un :c:type :`unsigned char` C."
562
562
563
563
#: ../Doc/c-api/arg.rst:161 ../Doc/c-api/arg.rst:479
564
564
msgid "``h`` (integer) [short int]"
565
565
msgstr ""
566
566
567
567
#: ../Doc/c-api/arg.rst:161
568
568
msgid "Convert a Python integer to a C :c:type:`short int`."
569
- msgstr "Convertit un entier Python en un :ctype :`short int` C."
569
+ msgstr "Convertit un entier Python en un :c:type :`short int` C."
570
570
571
571
#: ../Doc/c-api/arg.rst:167 ../Doc/c-api/arg.rst:488
572
572
msgid "``H`` (integer) [unsigned short int]"
@@ -577,7 +577,7 @@ msgid ""
577
577
"Convert a Python integer to a C :c:type:`unsigned short int`, without "
578
578
"overflow checking."
579
579
msgstr ""
580
- "Convertit un entier Python en un :ctype :`unsigned short int` C, sans "
580
+ "Convertit un entier Python en un :c:type :`unsigned short int` C, sans "
581
581
"contrôle de débordement."
582
582
583
583
#: ../Doc/c-api/arg.rst:170 ../Doc/c-api/arg.rst:473
@@ -586,7 +586,7 @@ msgstr ""
586
586
587
587
#: ../Doc/c-api/arg.rst:170
588
588
msgid "Convert a Python integer to a plain C :c:type:`int`."
589
- msgstr "Convertit un entier Python en un :ctype :`int` C."
589
+ msgstr "Convertit un entier Python en un :c:type :`int` C."
590
590
591
591
#: ../Doc/c-api/arg.rst:176
592
592
msgid "``I`` (integer) [unsigned int]"
@@ -597,7 +597,7 @@ msgid ""
597
597
"Convert a Python integer to a C :c:type:`unsigned int`, without overflow "
598
598
"checking."
599
599
msgstr ""
600
- "Convertit un entier Python en un :ctype :`unsigned int` C, sans contrôle de "
600
+ "Convertit un entier Python en un :c:type :`unsigned int` C, sans contrôle de "
601
601
"le débordement."
602
602
603
603
#: ../Doc/c-api/arg.rst:179 ../Doc/c-api/arg.rst:482
@@ -606,7 +606,7 @@ msgstr ""
606
606
607
607
#: ../Doc/c-api/arg.rst:179
608
608
msgid "Convert a Python integer to a C :c:type:`long int`."
609
- msgstr "Convertit un entier Python en un :ctype :`long int`."
609
+ msgstr "Convertit un entier Python en un :c:type :`long int`."
610
610
611
611
#: ../Doc/c-api/arg.rst:185
612
612
msgid "``k`` (integer) [unsigned long]"
@@ -630,9 +630,9 @@ msgid ""
630
630
"available on platforms that support :c:type:`long long` (or :c:type:`_int64` "
631
631
"on Windows)."
632
632
msgstr ""
633
- "Convertit un entier Python en un :ctype :`long long` C. Ce format est "
634
- "uniquement disponible sur les plates-formes qui prennent en charge :ctype :"
635
- "`long long` (ou :ctype :`_int64` sous Windows)."
633
+ "Convertit un entier Python en un :c:type :`long long` C. Ce format est "
634
+ "uniquement disponible sur les plates-formes qui prennent en charge :c:type :"
635
+ "`long long` (ou :c:type :`_int64` sous Windows)."
636
636
637
637
#: ../Doc/c-api/arg.rst:198
638
638
msgid "``K`` (integer) [unsigned PY_LONG_LONG]"
@@ -677,15 +677,15 @@ msgstr ""
677
677
678
678
#: ../Doc/c-api/arg.rst:210
679
679
msgid "Convert a Python floating point number to a C :c:type:`float`."
680
- msgstr "Convertit un nombre flottant Python vers un :ctype :`float`."
680
+ msgstr "Convertit un nombre flottant Python vers un :c:type :`float`."
681
681
682
682
#: ../Doc/c-api/arg.rst:213 ../Doc/c-api/arg.rst:516
683
683
msgid "``d`` (float) [double]"
684
684
msgstr ""
685
685
686
686
#: ../Doc/c-api/arg.rst:213
687
687
msgid "Convert a Python floating point number to a C :c:type:`double`."
688
- msgstr "Convertit un nombre flottant Python vers un :ctype :`double` C."
688
+ msgstr "Convertit un nombre flottant Python vers un :c:type :`double` C."
689
689
690
690
#: ../Doc/c-api/arg.rst:216
691
691
msgid "``D`` (complex) [Py_complex]"
@@ -694,7 +694,8 @@ msgstr ""
694
694
#: ../Doc/c-api/arg.rst:216
695
695
msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
696
696
msgstr ""
697
- "Convertit un nombre complexe Python vers une structure :ctype:`Py_complex` C."
697
+ "Convertit un nombre complexe Python vers une structure :c:type:`Py_complex` "
698
+ "C."
698
699
699
700
#: ../Doc/c-api/arg.rst:221 ../Doc/c-api/arg.rst:530
700
701
msgid "``O`` (object) [PyObject \\*]"
@@ -1172,7 +1173,7 @@ msgstr ""
1172
1173
1173
1174
#: ../Doc/c-api/arg.rst:482
1174
1175
msgid "Convert a C :c:type:`long int` to a Python integer object."
1175
- msgstr "Convertit un :ctype :`long int` en un int Python."
1176
+ msgstr "Convertit un :c:type :`long int` en un int Python."
1176
1177
1177
1178
#: ../Doc/c-api/arg.rst:485
1178
1179
#, fuzzy
0 commit comments