]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typos
authorJohnny Deuss <6266815+JohnnyDeuss@users.noreply.github.com>
Tue, 17 Feb 2026 22:55:31 +0000 (22:55 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 22:55:31 +0000 (22:55 +0000)
Close #1258

docs/advanced/cursors.rst
docs/api/abc.rst
docs/api/objects.rst
docs/basic/install.rst
docs/news.rst

index 4bd5227462bfdb0ab34f7697501eac0e1192e2f9..1e9d72aa091905d42b42472955c08432c1e2daf8 100644 (file)
@@ -156,7 +156,7 @@ Simple query protocol
 
 Using the `!ClientCursor` should ensure that psycopg will always use the
 `simple query protocol`__ for querying. In most cases, the choice of the
-fronted/backend protocol used is transparent on PostgreSQL. However, in some
+frontend/backend protocol used is transparent on PostgreSQL. However, in some
 case using the simple query protocol is mandatory. This is the case querying
 the `PgBouncer admin console`__ for instance, which doesn't support the
 extended query protocol.
index 90a1dd0347aa2722c622989984caffc31ec6790d..56fb0d98c6fc810a3d8cb9654220c58592ccdcac 100644 (file)
@@ -15,7 +15,7 @@ checking.
 .. autoclass:: Dumper(cls, context=None)
 
     This class is a formal `~typing.Protocol`. A partial implementation of
-    this protocol (implementing everything except the `dump()` metood) is
+    this protocol (implementing everything except the `dump()` method) is
     available as `psycopg.adapt.Dumper`.
 
     :param cls: The type that will be managed by this dumper.
index f27f2bd752df2b2bdea96e45c01afab8f0582599..c558de58724bb997cb044acf3a04ad90f3898b86 100644 (file)
@@ -281,7 +281,7 @@ See :ref:`transactions` for details about these objects.
 .. class:: psycopg.Transaction.Status()
 .. autoclass:: psycopg.AsyncTransaction.Status()
 
-    .. note: `:members:` doeesn't seem to work currently. Nested class problem?
+    .. note: `:members:` doesn't seem to work currently. Nested class problem?
 
     .. attribute:: NON_STARTED
 
index b21eb0a55fe6e8b61b41344a612b1aec94b52e16..7b2fe6c5b7f218256e37787435823bb7f062e9a9 100644 (file)
@@ -79,7 +79,7 @@ summary of their differences; follow the links for more details.
 
    * - :ref:`binary-installation` (recommended for most users)
      - ``pip install psycopg[binary]``
-     - Precompiled C extensions, packaged with client lbiraries.
+     - Precompiled C extensions, packaged with client libraries.
      - 🐇 Fast
      - ❌ No
      - ❌ No
index 156f9edea7c01528ef57f19d94aa8c26182d63e2..72d1f4322381aee55411e370fcf7d218b014fd30 100644 (file)
@@ -10,7 +10,7 @@
 Current release
 ---------------
 
-Psyocpg 3.3.3 (unreleased)
+Psycopg 3.3.3 (unreleased)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Retain `Error.pgconn` when raising a single exception for multiple connection