mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
typo (#9378)
This commit is contained in:
parent
9690ce5e87
commit
3f6483e501
1 changed files with 1 additions and 1 deletions
|
@ -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.`,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue