Skip to content

Commit 9555432

Browse files
committed
Remove extraneous punctuation
1 parent a933b98 commit 9555432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

virtualenvwrapper.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -975,13 +975,13 @@ function setvirtualenvproject {
975975
# Show help for mkproject
976976
function virtualenvwrapper_mkproject_help {
977977
echo "Usage: mkproject [-t template] [virtualenv options] project_name"
978-
echo ""
978+
echo
979979
echo "Multiple templates may be selected. They are applied in the order"
980980
echo "specified on the command line."
981-
echo;
981+
echo
982982
echo "mkvirtualenv help:"
983983
echo
984-
mkvirtualenv -h;
984+
mkvirtualenv -h
985985
echo
986986
echo "Available project templates:"
987987
echo

0 commit comments

Comments
 (0)