There was an error while loading. Please reload this page.
1 parent d8bf7d9 commit fe6addeCopy full SHA for fe6adde
1 file changed
Objects/unicodeobject.c
@@ -317,7 +317,7 @@ init_interned_dict(PyInterpreterState *interp)
317
// allocate for main interpreter. We share obmalloc in this case
318
// and we use a separate dict because it's cleaner to ensure these
319
// objects don't show up in the main interpreter (which they could
320
- // if uswe use interned_strings). They will be shared by all
+ // if we use interned_strings). They will be shared by all
321
// subinterpreters that allow legacy single-phase init modules.
322
interned = PyDict_New();
323
if (interned == NULL) {
0 commit comments