From 2c95d3ce28e1a12725759584f9f5f669bbc82b6c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 9 Jan 2025 21:04:34 -0600 Subject: [PATCH] docs: fix glossary term mixup --- docs/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index f4cf836..0fec4c0 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -66,7 +66,7 @@ Glossary The data model for this is :class:`~sideshow.db.model.customers.PendingCustomer`. - See also :term:`external customer` and :term:`pending customer`. + See also :term:`local customer` and :term:`external customer`. pending product A "temporary" product record used when creating an :term:`order` @@ -75,4 +75,4 @@ Glossary The data model for this is :class:`~sideshow.db.model.products.PendingProduct`. - See also :term:`external product` and :term:`pending product`. + See also :term:`local product` and :term:`external product`.