diff --git a/Modules/_struct.c b/Modules/_struct.c index 2acb3df3a30395..9685bdc2af6371 100644 --- a/Modules/_struct.c +++ b/Modules/_struct.c @@ -2689,6 +2689,7 @@ these can be preceded by a decimal repeat count:\n\ ?: _Bool (requires C99; if not available, char is used instead)\n\ h:short; H:unsigned short; i:int; I:unsigned int;\n\ l:long; L:unsigned long; f:float; d:double; e:half-float.\n\ + F:float complex; D:double complex.\n\ Special cases (preceding decimal count indicates length):\n\ s:string (array of char); p: pascal string (with count byte).\n\ Special cases (only available in native format):\n\