diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:56:32 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:19:59 -0800 |
commit | de0a3b578e3629ad4b0b1fcfcb9ca544620bd742 (patch) | |
tree | 9c5d5713bd0b07cf4fa77411daf3c10a7fd03a47 /gnu/packages/python-xyz.scm | |
parent | 6fc80d9d4c6712f3da71ab09290163c7441adabe (diff) |
gnu: python-ueberzug: Fix typo.
* gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws"
instead of "allows to draw".
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 17d629bcb9..a6f8b10bf7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -331,7 +331,7 @@ applications in mind and the idea to make logging fun.") ("python-xlib" ,python-xlib))) (home-page "https://github.com/seebye/ueberzug") (synopsis "Command line util to display images in combination with X11") - (description "Überzug is a command line util which allows to draw images on + (description "Überzug is a command line util which draws images on terminals by using child windows. The advantages of using Überzug are: @itemize @item No race conditions as a new window is created to display images. |