Skip to content

Commit 8fe6a3f

Browse files
committed
post-edits for ORM rework
amends f9f1e8b Change-Id: I2fd6de56db82aad4d22abf5807e5849e48693124
1 parent 6109d57 commit 8fe6a3f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

doc/build/orm/dataclasses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ The SQLAlchemy ORM supports mapping an attrs_ class using **Declarative with
360360
Imperative Table** or **Imperative** mapping. The general form of these two
361361
styles is fully equivalent to the
362362
:ref:`orm_declarative_dataclasses_declarative_table` and
363-
:ref:`orm_declarative_attrs_imperative_table` mapping forms used with
363+
:ref:`orm_declarative_dataclasses_imperative_table` mapping forms used with
364364
dataclasses, where the inline attribute directives used by dataclasses or attrs
365365
are unchanged, and SQLAlchemy's table-oriented instrumentation is applied at
366366
runtime.

doc/build/orm/declarative_tables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Appending additional columns to an existing Declarative mapped class
192192
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
193193

194194
A declarative table configuration allows the addition of new
195-
:class:`_schema.Column` objects an existing mapping after the :class:`.Table`
195+
:class:`_schema.Column` objects to an existing mapping after the :class:`.Table`
196196
metadata has already been generated.
197197

198198
For a declarative class that is declared using a declarative base class,

doc/build/orm/mapping_styles.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ as well as specific history on modifications to attributes since the last flush:
511511

512512

513513
.. _dataclasses: https://docs.python.org/3/library/dataclasses.html
514-
.. _attrs: https://pypi.org/project/attrs/
515514

516515
.. [1] When running under Python 2, a Python 2 "old style" class is the only
517516
kind of class that isn't compatible. When running code on Python 2,

0 commit comments

Comments
 (0)