Skip to content

Commit 742f566

Browse files
authored
Fixed __all__.
1 parent bc31974 commit 742f566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/ccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"get_default_compiler",
2020
"new_compiler",
2121
"show_compilers",
22-
_default_compilers,
22+
"_default_compilers",
2323
]
2424

2525

0 commit comments

Comments
 (0)