guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2-dogtail: Fix typo in synopsis.


From: Leo Famulari
Subject: 01/01: gnu: python2-dogtail: Fix typo in synopsis.
Date: Fri, 13 Jan 2017 22:18:33 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 1003fbcfc6b0e43f6938ef37def0c7f27517d92b
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 13 17:11:06 2017 -0500

    gnu: python2-dogtail: Fix typo in synopsis.
    
    * gnu/packages/python.scm (python2-dogtail)[synopsis]: Remove 'ZERO
    WIDTH SPACE' (U+200B) character.
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 727e1bf..4758606 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1321,7 +1321,7 @@ Python 3.3+.")
     (arguments `(#:python ,python-2
                  #:tests? #f))                    ; invalid command "test"
     (home-page "https://fedorahosted.org/dogtail/";)
-    (synopsis "GUI test tool and automation framework written in ​Python")
+    (synopsis "GUI test tool and automation framework written in Python")
     (description
      "Dogtail is a GUI test tool and automation framework written in Python.
 It uses Accessibility (a11y) technologies to communicate with desktop



reply via email to

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