Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed May 17, 2024
1 parent e334e4e commit 669e44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgml-extension/src/bindings/python/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def activate_venv(venv):
__venv = venv
return True
else:
print("virutalenv not found: %s" % venv, file=sys.stderr)
print("virtualenv not found: %s" % venv, file=sys.stderr)
return False


Expand Down

0 comments on commit 669e44f

Please sign in to comment.