diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-13 17:11:06 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-13 17:12:43 -0500 |
commit | 1003fbcfc6b0e43f6938ef37def0c7f27517d92b (patch) | |
tree | 6d9f556e336713fe0d176186cb19d7155eee0a04 /gnu/packages | |
parent | cb4d70f46e3fd0c87df8fbee2832f72bbeba4b61 (diff) | |
download | patches-1003fbcfc6b0e43f6938ef37def0c7f27517d92b.tar patches-1003fbcfc6b0e43f6938ef37def0c7f27517d92b.tar.gz |
gnu: python2-dogtail: Fix typo in synopsis.
* gnu/packages/python.scm (python2-dogtail)[synopsis]: Remove 'ZERO
WIDTH SPACE' (U+200B) character.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 727e1bff26..4758606604 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 |