We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4022c9 commit e3737b8Copy full SHA for e3737b8
1 file changed
py/formatfloat.c
@@ -75,7 +75,7 @@ int format_float(float f, char *buf, size_t buf_size, char fmt, int prec, char s
75
76
if (buf_size < 7) {
77
// Smallest exp notion is -9e+99 which is 6 chars plus terminating
78
- // nulll.
+ // null.
79
80
if (buf_size >= 2) {
81
*s++ = '?';
0 commit comments