summaryrefslogtreecommitdiff
path: root/plugins/python/python.plugin.zsh
diff options
context:
space:
mode:
authorAlexander Cyon <Sajjon@users.noreply.github.com>2024-09-01 21:01:27 +0200
committerGitHub <noreply@github.com>2024-09-01 21:01:27 +0200
commitd78275fdbb876cee9c55f5c2731b8c1fac7be6d2 (patch)
tree036ba2075d49e31510bd0f41224ccf7c93cda975 /plugins/python/python.plugin.zsh
parentc68ff8aeedc2b779ae42d745457ecd443e22e212 (diff)
downloadzsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip
chore: fix typos (#12647)
Diffstat (limited to 'plugins/python/python.plugin.zsh')
-rw-r--r--plugins/python/python.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.plugin.zsh b/plugins/python/python.plugin.zsh
index 6d7f440aa..811745257 100644
--- a/plugins/python/python.plugin.zsh
+++ b/plugins/python/python.plugin.zsh
@@ -74,7 +74,7 @@ function vrun() {
}
# Create a new virtual environment using the specified name.
-# If none specfied, use $PYTHON_VENV_NAME
+# If none specified, use $PYTHON_VENV_NAME
function mkv() {
local name="${1:-$PYTHON_VENV_NAME}"
local venvpath="${name:P}"