Skip to content

Commit e1274cd

Browse files
tim-onejohnslavik
andauthored
Update Include/internal/pycore_obmalloc.h
Commit typo repairs. Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent d258fe5 commit e1274cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Include/internal/pycore_obmalloc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ typedef unsigned int pymem_uint; /* assuming >= 16 bits */
1616

1717
/* NOTE: the following overviews were in the initial checkin, in 1998. In
1818
* 2026, they're still helpful, but some details have changed. For example,
19-
* we now use 32 size clesses 16 bytes apart, and an arena is generally at
20-
* last 1MB. Use sys._debugmallocstats() to see exact current details for
21-
* the specific version of CPython is use.
19+
* we now use 32 size classes 16 bytes apart, and an arena is generally at
20+
* least 1MB. Use sys._debugmallocstats() to see exact current details for
21+
* the specific version of CPython used.
2222
*/
2323

2424
/* An object allocator for Python.

0 commit comments

Comments
 (0)