summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-11-02 01:00:56 +0000
committerAli Polatel <hawking@gentoo.org>2007-11-02 01:00:56 +0000
commita9d5c6f251cf695c8d3d1dd440c8a12149d92802 (patch)
treeaba28926c1012692dbb5d250e8f0abdf2a7edfe4
parentset maintainer to hawking, added support for handling python man page symlink (diff)
downloadeselect-python-a9d5c6f251cf695c8d3d1dd440c8a12149d92802.tar.gz
eselect-python-a9d5c6f251cf695c8d3d1dd440c8a12149d92802.tar.bz2
eselect-python-a9d5c6f251cf695c8d3d1dd440c8a12149d92802.zip
fixed typos
-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."