diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-09-29 17:40:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-09-29 17:40:27 -0400 |
| commit | bb76f256fc235e2ffcdfa79cdf33a810eac8f7b2 (patch) | |
| tree | c2d9ada80ca3df010272f3c3117448dc00f3d64a | |
| parent | 1158cf3a872e22e3136cccb05e975d13c8e61965 (diff) | |
| download | sqlalchemy-bb76f256fc235e2ffcdfa79cdf33a810eac8f7b2.tar.gz | |
typo
Change-Id: I88d4632accb641c4b7ee306e8ab54a0f46bc6f37
| -rw-r--r-- | doc/build/orm/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/quickstart.rst b/doc/build/orm/quickstart.rst index 208d9f9b9..c246c03b3 100644 --- a/doc/build/orm/quickstart.rst +++ b/doc/build/orm/quickstart.rst @@ -95,7 +95,7 @@ used by SQLAlchemy Core to represent database columns. All ORM mapped classes require at least one column be declared as part of the primary key, typically by using the :paramref:`_schema.Column.primary_key` -parameter on those :class:`_orm.mapped_column` objects that should be part +parameter on those :func:`_orm.mapped_column` objects that should be part of the key. In the above example, the ``User.id`` and ``Address.id`` columns are marked as primary key. |
