summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python.eselect')
-rw-r--r--python.eselect6
1 files changed, 3 insertions, 3 deletions
diff --git a/python.eselect b/python.eselect
index 7f5d541..cf51bcf 100644
--- a/python.eselect
+++ b/python.eselect
@@ -48,7 +48,7 @@ set_man_symlink() {
popd 1>/dev/null
}
-# set python and python.1 symlinks
+# set python and python.1 symlinks
set_symlinks() {
local target="${1}" targets=($(find_targets ))
if is_number "${target}" && [[ ${target} -ge 1 ]] ; then
@@ -105,7 +105,7 @@ do_list() {
fi
}
-### set action ###
+### set action ###
describe_set() {
echo "Set active python interpreter."
@@ -129,7 +129,7 @@ do_set() {
fi
}
-### update action ###
+### update action ###
describe_update() {
echo "Switch to the most recent CPython."