From cbb23605dff284da482c4468fe22a05fba4eca6b Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 28 Jan 2025 14:48:16 +0100 Subject: [PATCH] chore: typos fixed --- .github/workflows/packages-bin.yml | 4 ++-- psycopg_c/psycopg_c/_psycopg.pyi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index f84e62774..8f29d777b 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -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 # diff --git a/psycopg_c/psycopg_c/_psycopg.pyi b/psycopg_c/psycopg_c/_psycopg.pyi index 1c661ea99..e5ec24878 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. -- 2.47.2