Skip to content

Commit f9b66b3

Browse files
Rename private module (again)
1 parent 2ed0eb3 commit f9b66b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/check_extension_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def generate_missing_stdlib_info(self, config_path: str | None = None) -> None:
324324
MISSING_STDLIB_MODULE_MESSAGES = {pprint.pformat(messages)}
325325
'''
326326

327-
output_path = self.builddir / "_missing_stdlib_module_info.py"
327+
output_path = self.builddir / "_missing_stdlib_info.py"
328328
with open(output_path, "w", encoding="utf-8") as f:
329329
f.write(content)
330330

0 commit comments

Comments
 (0)