Fix package docstrings, #1612
This commit is contained in:
@@ -26,11 +26,10 @@
|
||||
|
||||
|
||||
class Zsh(Package):
|
||||
"""
|
||||
Zsh is a shell designed for interactive use, although it is also a powerful
|
||||
scripting language. Many of the useful features of bash, ksh, and tcsh were
|
||||
incorporated into zsh; many original features were added.
|
||||
"""
|
||||
"""Zsh is a shell designed for interactive use, although it is also a
|
||||
powerful scripting language. Many of the useful features of bash, ksh, and
|
||||
tcsh were incorporated into zsh; many original features were added."""
|
||||
|
||||
homepage = "http://www.zsh.org"
|
||||
url = "http://downloads.sourceforge.net/project/zsh/zsh/5.1.1/zsh-5.1.1.tar.gz"
|
||||
|
||||
|
Reference in New Issue
Block a user