]> 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>
Tue, 28 Jan 2025 13:48:16 +0000 (14:48 +0100)
.github/workflows/packages-bin.yml
psycopg_c/psycopg_c/_psycopg.pyi

index 4c9f6baaa014705876d5b9a1bfb97999bcbb225e..02de635062a7c6eadb56ff3fd4ac60fbc6ca486c 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 61fa0ce3fdc7bf542edf495f05925cf80070f8d1..d2a6f4cfeb65d549924f47227cde01bc085dcbc4 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.