From f8e0374f954a1bb811a4f0cad49ab4428453a5e5 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Fri, 13 Jan 2023 09:41:49 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuofeng --- python-pycurl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index a890b60..8d097f4 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -17,7 +17,7 @@ Source0: %{pypi_source} BuildRequires: gcc libcurl-devel openssl-devel vsftpd %description -PycURL is a Python interface to libcurl. PycURL can be used to fetch +PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features. -- Gitee