From 053a90668acd235cc03b5209470e24c9742121db Mon Sep 17 00:00:00 2001 From: Bojun Chai Date: Tue, 21 Apr 2026 04:30:20 +0800 Subject: [PATCH] docs: fix typo 'nad' -> 'and' in DefaultDialect.construct_arguments docstring (#13245) Co-authored-by: Bojun Chai --- lib/sqlalchemy/engine/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/engine/interfaces.py b/lib/sqlalchemy/engine/interfaces.py index 6c13f698fe..986d39d40f 100644 --- a/lib/sqlalchemy/engine/interfaces.py +++ b/lib/sqlalchemy/engine/interfaces.py @@ -1131,7 +1131,7 @@ class Dialect(EventTarget): If the above construct is established on the PostgreSQL dialect, the :class:`.Index` construct will now accept the keyword arguments - ``postgresql_using``, ``postgresql_where``, nad ``postgresql_ops``. + ``postgresql_using``, ``postgresql_where``, and ``postgresql_ops``. Any other argument specified to the constructor of :class:`.Index` which is prefixed with ``postgresql_`` will raise :class:`.ArgumentError`. -- 2.47.3