Skip to content

Commit

Permalink
docs: swap word with its antonym to match the context in declaring_fa…
Browse files Browse the repository at this point in the history
…ctories.rst
  • Loading branch information
UncleGoogle authored Aug 7, 2024
1 parent d75b1d2 commit 18bf7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/declaring_factories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <polyfactory.factories.base.BaseFactory.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``:
Expand Down

0 comments on commit 18bf7b1

Please sign in to comment.