aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2016-12-22 18:05:02 -0500
committerKei Kebreau <kei@openmailbox.org>2016-12-22 18:06:56 -0500
commite813f3956ec20d40b8d3be2318c58619ce9b32fe (patch)
treef0832bfd21154e4a644bcd737e13812047957782 /gnu/packages/shells.scm
parenta532a6711e6daf5516b2b1cb234141e44237be63 (diff)
downloadguix-e813f3956ec20d40b8d3be2318c58619ce9b32fe.tar
guix-e813f3956ec20d40b8d3be2318c58619ce9b32fe.tar.gz
gnu: xonsh: Fix description.
* gnu/packages/shells.scm (xonsh)[description]: Two spaces after a period.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 5fbac7437a..93ec7eb3bc 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -327,8 +327,8 @@ ksh, and tcsh.")
(synopsis "Python-ish shell")
(description
"Xonsh is a Python-ish, BASHwards-looking shell language and command
-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
-systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily
+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
+systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily
use of experts and novices alike.")
(license bsd-2)))