summaryrefslogtreecommitdiffstats
path: root/Objects/accu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/accu.c')
-rw-r--r--Objects/accu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/accu.c b/Objects/accu.c
index 5bd2ee4..48fe02d 100644
--- a/Objects/accu.c
+++ b/Objects/accu.c
@@ -64,7 +64,7 @@ _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode)
* builds) of:
* - 8 bytes for the list slot
* - 56 bytes for the header of the unicode object
- * that is, 64 bytes. 100000 such objects waste more than 6MB
+ * that is, 64 bytes. 100000 such objects waste more than 6 MiB
* compared to a single concatenated string.
*/
if (nsmall < 100000)