Commit 991842bd by Jake Bier Committed by Sébastien Eustace

Fix typo in error message (#325)

parent 45b0840f
......@@ -64,7 +64,7 @@ class Venv(object):
if root_venv:
if not cwd:
raise RuntimeError(
"Unbale to determine the project's directory"
"Unable to determine the project's directory"
)
venv_path = cwd / ".venv"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment