Skip to content

Commit c7a5e1e

Browse files
authored
Include/internal/pycore_import.h: Fix typo (#119586)
Fix typo
1 parent 5ef5622 commit c7a5e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_import.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct _import_runtime_state {
5050
PyMutex mutex;
5151
/* The actual cache of (filename, name, PyModuleDef) for modules.
5252
Only legacy (single-phase init) extension modules are added
53-
and only if they support multiple initialization (m_size >- 0)
53+
and only if they support multiple initialization (m_size >= 0)
5454
or are imported in the main interpreter.
5555
This is initialized lazily in fix_up_extension() in import.c.
5656
Modules are added there and looked up in _imp.find_extension(). */

0 commit comments

Comments
 (0)