]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: fix typo 'nad' -> 'and' in DefaultDialect.construct_arguments docstring (#13245) main
authorBojun Chai <bmayday.chai@gmail.com>
Mon, 20 Apr 2026 20:30:20 +0000 (04:30 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 20:30:20 +0000 (22:30 +0200)
Co-authored-by: Bojun Chai <bojunchai@microsoft.com>
lib/sqlalchemy/engine/interfaces.py

index 6c13f698fe7bfa6d2fa4d64fc87fb30c3623afff..986d39d40f8d73a384243393e13d1ee1587b952f 100644 (file)
@@ -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`.