From: Daniele Varrazzo Date: Thu, 20 Jan 2022 14:37:13 +0000 (+0000) Subject: Typo fixed X-Git-Tag: 3.0.9~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dbce74b72c4ac1b5be5747ff35676b908258b0e;p=thirdparty%2Fpsycopg.git Typo fixed --- diff --git a/psycopg_c/setup.py b/psycopg_c/setup.py index 25cf6d9b9..c6da3a159 100644 --- a/psycopg_c/setup.py +++ b/psycopg_c/setup.py @@ -47,8 +47,8 @@ class psycopg_build_ext(build_ext): def _setup_ext_build(self) -> None: cythonize = None - # In the sdist there are not .pyx, only c, so we don't need Cython - # Otherwise Cython is a requirement and is be used to compile pyx to c + # In the sdist there are not .pyx, only c, so we don't need Cython. + # Otherwise Cython is a requirement and it is used to compile pyx to c. if os.path.exists("psycopg_c/_psycopg.pyx"): from Cython.Build import cythonize