mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-treq: Fix typo in the description field.
* gnu/packages/python-web.scm (python-treq): Fix typo in the description field. Change-Id: I4d5effcd3a9d3e5e1281357505ade16481824275 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
This commit is contained in:
parent
47d36f34b2
commit
73b42c3704
1 changed files with 1 additions and 1 deletions
|
@ -5865,7 +5865,7 @@ (define-public python-treq
|
|||
(home-page "https://github.com/twisted/treq")
|
||||
(synopsis "Requests-like API built on top of twisted.web's Agent")
|
||||
(description "This package provides an HTTP library inspired by
|
||||
@code{requests}} but written on top of Twisted's @code{Agents}. It offers a
|
||||
@code{requests} but written on top of Twisted's @code{Agents}. It offers a
|
||||
high level API for making HTTP requests when using Twisted.")
|
||||
(license license:expat)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue