We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9248c4 commit 614e8acCopy full SHA for 614e8ac
Modules/_struct.c
@@ -2689,7 +2689,7 @@ these can be preceded by a decimal repeat count:\n\
2689
?: _Bool (requires C99; if not available, char is used instead)\n\
2690
h:short; H:unsigned short; i:int; I:unsigned int;\n\
2691
l:long; L:unsigned long; f:float; d:double; e:half-float.\n\
2692
- F:complex (two floats); D:complex (two doubles).\n\
+ F:float complex; D:double complex.\n\
2693
Special cases (preceding decimal count indicates length):\n\
2694
s:string (array of char); p: pascal string (with count byte).\n\
2695
Special cases (only available in native format):\n\
0 commit comments