Skip to content

Commit 614e8ac

Browse files
fixed Modules/_struct.c
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent c9248c4 commit 614e8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_struct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ these can be preceded by a decimal repeat count:\n\
26892689
?: _Bool (requires C99; if not available, char is used instead)\n\
26902690
h:short; H:unsigned short; i:int; I:unsigned int;\n\
26912691
l:long; L:unsigned long; f:float; d:double; e:half-float.\n\
2692-
F:complex (two floats); D:complex (two doubles).\n\
2692+
F:float complex; D:double complex.\n\
26932693
Special cases (preceding decimal count indicates length):\n\
26942694
s:string (array of char); p: pascal string (with count byte).\n\
26952695
Special cases (only available in native format):\n\

0 commit comments

Comments
 (0)