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
#
"""
-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.