summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 6398d9a..44300a5 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -711,8 +711,9 @@ The sequence counter is shared across all :class:`Sequence` attributes of the
Inheritance
~~~~~~~~~~~
-When a :class:`Factory` inherits from another :class:`Factory`, their
-sequence counter is shared:
+When a :class:`Factory` inherits from another :class:`Factory` and the `model`
+of the subclass inherits from the `model` of the parent, the sequence counter
+is shared across the :class:`Factory` classes:
.. code-block:: python