[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: python-treq: Fix typo in the description field.
From: |
guix-commits |
Subject: |
02/04: gnu: python-treq: Fix typo in the description field. |
Date: |
Fri, 13 Sep 2024 20:17:58 -0400 (EDT) |
pelzflorian pushed a commit to branch master
in repository guix.
commit 73b42c37042743c99eb3528832c6bae99557da7d
Author: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
AuthorDate: Mon Sep 9 17:35:45 2024 +0200
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>
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e94d0c44b9..7c6cd99df0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5865,7 +5865,7 @@ correct URLs for Python according to RFCs 3986 and 3987.")
(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)))