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``: