Skip to content

Commit 4962bd8

Browse files
Fixes #143978
"# It initialized only once when main interpeter starts" ("interpeter") has to be "# It initialized only once when main interpreter starts" ("interpreter").
1 parent 7ca9e7a commit 4962bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Objects/obmalloc.c - obmalloc_state_main -
347347
Objects/obmalloc.c - obmalloc_state_initialized -
348348
Objects/typeobject.c - name_op -
349349
Objects/typeobject.c - slotdefs -
350-
# It initialized only once when main interpeter starts
350+
# It initialized only once when main interpreter starts
351351
Objects/typeobject.c - slotdefs_name_counts -
352352
Objects/unicodeobject.c - stripfuncnames -
353353
Objects/unicodeobject.c - utf7_category -

0 commit comments

Comments
 (0)