Skip to content

Commit 59d617c

Browse files
authored
fixes typo (#850)
1 parent ca723a6 commit 59d617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ won't be wrapped with a :ref:`proxy object <object-proxy>`).
11811181
Without Persisting
11821182
~~~~~~~~~~~~~~~~~~
11831183

1184-
"Persitent factories" can also create objects without persisting them. This can be useful for unit tests where you just
1184+
"Persistent factories" can also create objects without persisting them. This can be useful for unit tests where you just
11851185
want to test the behavior of the actual object or for creating objects that are not entities. When created, they are
11861186
still wrapped in a ``Proxy`` to optionally save later.
11871187

0 commit comments

Comments
 (0)