Skip to content

Commit fe6adde

Browse files
Update Objects/unicodeobject.c
Spelling fix. Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
1 parent d8bf7d9 commit fe6adde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ init_interned_dict(PyInterpreterState *interp)
317317
// allocate for main interpreter. We share obmalloc in this case
318318
// and we use a separate dict because it's cleaner to ensure these
319319
// objects don't show up in the main interpreter (which they could
320-
// if uswe use interned_strings). They will be shared by all
320+
// if we use interned_strings). They will be shared by all
321321
// subinterpreters that allow legacy single-phase init modules.
322322
interned = PyDict_New();
323323
if (interned == NULL) {

0 commit comments

Comments
 (0)