]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: typos fixed
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 28 Jan 2025 13:48:16 +0000 (14:48 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 29 Jan 2025 14:17:31 +0000 (15:17 +0100)
.github/workflows/packages-bin.yml
psycopg_c/psycopg_c/_psycopg.pyi

index f84e627743f440a71f07c08cb1e5d32d30c8fd10..8f29d777b3a29ee2e32dd329b8a615273756339b 100644 (file)
@@ -1,7 +1,7 @@
 name: Build binary packages
 
-# Note: Libpq is currently built from source on most platform and the build
-# cached across pipeline runs.
+# Note: Libpq is currently built from source on most platforms and the build
+# artifacts are cached across pipeline runs.
 #
 # You can see the caches at https://github.com/psycopg/psycopg/actions/caches
 #
index 1c661ea99cd47a5ff890f484b005a4946d5482e7..e5ec248780ef8b19e9a5d559c64d25718ffcccae 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.