Undo changes to trailing triple quotes in docstring
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
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."""
|
||||
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