]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in reference documentation
authorFederico Caselli <cfederico87@gmail.com>
Fri, 22 May 2020 22:11:46 +0000 (00:11 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 22 May 2020 22:12:17 +0000 (00:12 +0200)
Change-Id: I5720635863f0d8a8ebfa4ddc51008bb93c1067b4
(cherry picked from commit 2632a8db05d69607260d412852f7cc5c0ac0f368)

doc/build/changelog/migration_13.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/selectable.py

index e4f894de5e33d305e074182935f764630915b974..490cb1066e53070dd44219e26c93a57836e10b2d 100644 (file)
@@ -1676,7 +1676,7 @@ However, the current situation is that :class:`.Sequence` has been repurposed
 on SQL Server specifically in order to affect the "start" and "increment"
 parameters for the ``IDENTITY`` specification on a primary key column.  In order
 to make the transition towards normal sequences being available as well,
-using :class:.`.Sequence` will emit a deprecation warning throughout the
+using :class:`.Sequence` will emit a deprecation warning throughout the
 1.3 series.  In order to affect "start" and "increment", use the
 new ``mssql_identity_start`` and ``mssql_identity_increment`` parameters
 on :class:`_schema.Column`::
index e6da753f8969733dcd0c650fd9ec6a9e369ef0e0..b6af1dcd4da5d289ceaf871f0678f7a3324eec8b 100644 (file)
@@ -1666,7 +1666,7 @@ class Query(object):
 
             :meth:`_query.Query.with_statement_hint`
 
-            :meth:.`.Query.prefix_with` - generic SELECT prefixing which also
+            :meth:`.Query.prefix_with` - generic SELECT prefixing which also
             can suit some database-specific HINT syntaxes such as MySQL
             optimizer hints
 
index c4d05d111faa4dbadebeaedc8e8651b15f0367cd..db5fae50fe5a9929fead43a84c47b97fac70018e 100644 (file)
@@ -3283,7 +3283,7 @@ class Select(HasPrefixes, HasSuffixes, GenerativeSelect):
 
             :meth:`_expression.Select.with_hint`
 
-            :meth:.`.Select.prefix_with` - generic SELECT prefixing which also
+            :meth:`.Select.prefix_with` - generic SELECT prefixing which also
             can suit some database-specific HINT syntaxes such as MySQL
             optimizer hints