From 063d49a4ce56c2d11f490c232bb1d21701e194c1 Mon Sep 17 00:00:00 2001 Message-ID: <063d49a4ce56c2d11f490c232bb1d21701e194c1.1726050491.git.Rostislav.Svoboda@gmail.com> In-Reply-To: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com> References: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com> From: Rostislav Svoboda Date: Mon, 9 Sep 2024 17:35:45 +0200 Subject: [PATCH 2/3] 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 --- 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 2a7dc8f8b3..3f256144c1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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))) -- 2.46.0