From 3f6483e5015c4cc3d1569b85ea198bdc1cb41082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dezs=C5=91=20M=C3=A9sz=C3=A1ros?= Date: Wed, 3 Feb 2021 04:21:48 +0100 Subject: typo (#9378) --- tools/wpt/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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.`, ); } -- cgit v1.2.3