From bb76f256fc235e2ffcdfa79cdf33a810eac8f7b2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Sep 2022 17:40:27 -0400 Subject: [PATCH] typo Change-Id: I88d4632accb641c4b7ee306e8ab54a0f46bc6f37 --- doc/build/orm/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/quickstart.rst b/doc/build/orm/quickstart.rst index 208d9f9b95..c246c03b38 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. -- 2.47.2