]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: fix typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Feb 2025 18:04:46 +0000 (19:04 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Feb 2025 18:05:02 +0000 (19:05 +0100)
psycopg_c/psycopg_c/_psycopg.pyi

index 7d456ba538d8cbcffcd86108d2ff70638e8255b6..ce9608d1b1ac787aa353770b850ffe1b8a20fe61 100644 (file)
@@ -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.