@@ -292,7 +292,7 @@ def make_build_python(context, working_dir):
292292
293293@subdir ("native_build_dir" )
294294def pythoninfo_build_python (context , working_dir ):
295- """Display build info for the build Python."""
295+ """Display build info of the build Python."""
296296 call (["make" , "pythoninfo" ], quiet = context .quiet )
297297
298298
@@ -609,7 +609,7 @@ def run_emscripten_python(context, args=None):
609609
610610
611611def pythoninfo_emscripten_python (context ):
612- """Display build info for the host/Emscripten Python."""
612+ """Display build info of the host/Emscripten Python."""
613613 run_emscripten_python (context , ["-m" , "test.pythoninfo" ])
614614
615615
@@ -722,7 +722,7 @@ def main():
722722 )
723723
724724 pythoninfo_build = subcommands .add_parser (
725- "pythoninfo-build" , help = "Display build info for the build Python"
725+ "pythoninfo-build" , help = "Display build info of the build Python"
726726 )
727727
728728 configure_host = subcommands .add_parser (
@@ -738,7 +738,7 @@ def main():
738738 )
739739
740740 pythoninfo_host = subcommands .add_parser (
741- "pythoninfo-host" , help = "Display build info for the host/Emscripten Python"
741+ "pythoninfo-host" , help = "Display build info of the host/Emscripten Python"
742742 )
743743
744744 run = subcommands .add_parser (
0 commit comments