guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xonsh: Fix description.


From: Kei Kebreau
Subject: 01/01: gnu: xonsh: Fix description.
Date: Thu, 22 Dec 2016 23:07:03 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit e813f3956ec20d40b8d3be2318c58619ce9b32fe
Author: Kei Kebreau <address@hidden>
Date:   Thu Dec 22 18:05:02 2016 -0500

    gnu: xonsh: Fix description.
    
    * gnu/packages/shells.scm (xonsh)[description]: Two spaces after a period.
---
 gnu/packages/shells.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 5fbac74..93ec7eb 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]