diff options
author | Dezső Mészáros <meszarosdezsodev@gmail.com> | 2021-02-03 04:21:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 22:21:48 -0500 |
commit | 3f6483e5015c4cc3d1569b85ea198bdc1cb41082 (patch) | |
tree | cc6bd06c23f4417c063b0db6904b30749d01f41c | |
parent | 9690ce5e872f1873538b8cea7c93fa3ea8bfd9d1 (diff) |
typo (#9378)
-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.`, ); } |