]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: fix typo 'nad' -> 'and' in DefaultDialect.construct_arguments docstring (#13245)
authorBojun Chai <bmayday.chai@gmail.com>
Mon, 20 Apr 2026 20:30:20 +0000 (04:30 +0800)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 20 Apr 2026 20:31:46 +0000 (22:31 +0200)
Co-authored-by: Bojun Chai <bojunchai@microsoft.com>
(cherry picked from commit 053a90668acd235cc03b5209470e24c9742121db)

lib/sqlalchemy/engine/interfaces.py

index ac082b0d3e87f381c32e1c36542d36cbf6cfb3da..fc030eda209e8514ceb10b50926ed11802d4b4e3 100644 (file)
@@ -1098,7 +1098,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`.