Skip to content

Commit 013e20f

Browse files
committed
Update docstring
1 parent eaeabb6 commit 013e20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Platforms/WASI/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,5 @@ def pythoninfo_build_python(context, working_dir):
428428

429429
@subdir(lambda context: CROSS_BUILD_DIR / host_triple(context))
430430
def pythoninfo_wasi_python(context, working_dir):
431-
"""Display build info of the host Python."""
431+
"""Display build info of the host/WASI Python."""
432432
call(["make", "pythoninfo"], context=context)

0 commit comments

Comments
 (0)