me
/
guix
Archived
1
0
Fork 0

gnu: xonsh: Fix description.

* gnu/packages/shells.scm (xonsh)[description]: Two spaces after a period.
master
Kei Kebreau 2016-12-22 18:05:02 -05:00
parent a532a6711e
commit e813f3956e
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 3 deletions

View File

@ -327,8 +327,8 @@ ksh, and tcsh.")
(synopsis "Python-ish shell") (synopsis "Python-ish shell")
(description (description
"Xonsh is a Python-ish, BASHwards-looking shell language and command "Xonsh is a Python-ish, BASHwards-looking shell language and command
prompt. The language is a superset of Python 3.4+ with additional shell prompt. The language is a superset of Python 3.4+ with additional shell
primitives that you are used to from Bash and IPython. It works on all major primitives that you are used to from Bash and IPython. It works on all major
systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily
use of experts and novices alike.") use of experts and novices alike.")
(license bsd-2))) (license bsd-2)))