From: Bojun Chai Date: Mon, 20 Apr 2026 20:30:20 +0000 (+0800) Subject: docs: fix typo 'nad' -> 'and' in DefaultDialect.construct_arguments docstring (#13245) X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=053a90668acd235cc03b5209470e24c9742121db;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs: fix typo 'nad' -> 'and' in DefaultDialect.construct_arguments docstring (#13245) Co-authored-by: Bojun Chai --- 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`.