From 18bf7b1f6e1461ac8777c55eeae5dc96fb6fda83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mieszko=20Ba=C5=84czerowski?= Date: Wed, 7 Aug 2024 12:10:54 +0200 Subject: [PATCH] docs: swap word with its antonym to match the context in declaring_factories.rst --- docs/usage/declaring_factories.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/declaring_factories.rst b/docs/usage/declaring_factories.rst index a1404c39..9e8f28e8 100644 --- a/docs/usage/declaring_factories.rst +++ b/docs/usage/declaring_factories.rst @@ -60,7 +60,7 @@ Or for attrs models: Imperative Factory Creation --------------------------- -Although the definition of factories is primarily meant to be done imperatively, factories expose the +Although the definition of factories is primarily meant to be done declaratively, factories expose the :meth:`create_factory ` method. This method is used internally inside factories to dynamically create factories for models. For example, below the ``PersonFactory`` will dynamically create a ``PetFactory``: