From 2632a8db05d69607260d412852f7cc5c0ac0f368 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sat, 23 May 2020 00:11:46 +0200 Subject: [PATCH] fix typo in reference documentation Change-Id: I5720635863f0d8a8ebfa4ddc51008bb93c1067b4 --- doc/build/changelog/migration_13.rst | 2 +- lib/sqlalchemy/orm/query.py | 2 +- lib/sqlalchemy/sql/selectable.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/changelog/migration_13.rst b/doc/build/changelog/migration_13.rst index 78ac21fb54..6e29133508 100644 --- a/doc/build/changelog/migration_13.rst +++ b/doc/build/changelog/migration_13.rst @@ -1672,7 +1672,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`:: diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 70b8a71e3e..7719a551e1 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -1599,7 +1599,7 @@ class Query(Generative): :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 diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index cc82c509b5..85abbb5e06 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -3838,7 +3838,7 @@ class Select( :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 -- 2.39.5