Commit d98f1689 by Jake Bier Committed by Sébastien Eustace

Fix typo in error message (#325)

parent 7d1bb94b
...@@ -64,7 +64,7 @@ class Venv(object): ...@@ -64,7 +64,7 @@ class Venv(object):
if root_venv: if root_venv:
if not cwd: if not cwd:
raise RuntimeError( raise RuntimeError(
"Unbale to determine the project's directory" "Unable to determine the project's directory"
) )
venv_path = cwd / ".venv" 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