diff options
-rw-r--r-- | tools/wpt/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 9ef07dec3..754e46766 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -162,7 +162,7 @@ export async function checkPy3Available() { output.includes("Python 3."), `The ${ Deno.build.os == "windows" ? "python.exe" : "python3" - } in your path is not is not Python 3.`, + } in your path is not Python 3.`, ); } |