From: Daniele Varrazzo Date: Fri, 21 Feb 2025 18:04:46 +0000 (+0100) Subject: chore: fix typo X-Git-Tag: pool-3.2.5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34a27f6197dbcd3c9a1d9e76281bf2b9e85f0549;p=thirdparty%2Fpsycopg.git chore: fix typo --- diff --git a/psycopg_c/psycopg_c/_psycopg.pyi b/psycopg_c/psycopg_c/_psycopg.pyi index 7d456ba53..ce9608d1b 100644 --- a/psycopg_c/psycopg_c/_psycopg.pyi +++ b/psycopg_c/psycopg_c/_psycopg.pyi @@ -1,5 +1,5 @@ """ -Stub representaton of the public objects exposed by the _psycopg module. +Stub representation of the public objects exposed by the _psycopg module. TODO: this should be generated by mypy's stubgen but it crashes with no information. Will submit a bug.