]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix docs lint warning
authorFederico Caselli <cfederico87@gmail.com>
Thu, 4 Jun 2026 21:26:13 +0000 (23:26 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 4 Jun 2026 21:26:13 +0000 (23:26 +0200)
Change-Id: I6c8e38dc663bc0b53ab1259daab50617583ccdbb

lib/sqlalchemy/dialects/mssql/base.py

index 83ab7a78fd74ffb4967976482cbb6e10feb541ce..fce6e084d3a1148e69dbd8e13c90e1bcdacb8073 100644 (file)
@@ -4176,7 +4176,7 @@ index_info AS (
 
         Returns a ``select()`` that includes ``table_name`` and ``owner``
         in the result so callers can group rows by table. The clustered
-        flag comes directly from ``sys.indexes.type``(1 = clustered).
+        flag comes directly from ``sys.indexes.type`` (1 = clustered).
         """
         sys_key_constraints = ischema.sys_key_constraints
         sys_indexes = ischema.sys_indexes