diff options
Diffstat (limited to 'docs/reference.rst')
-rw-r--r-- | docs/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index 06eee85..6d01e5d 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -848,7 +848,7 @@ InfiniteIterator Post-generation hooks -""""""""""""""""""" +""""""""""""""""""""" Some objects expect additional method calls or complex processing for proper definition. For instance, a ``User`` may need to have a related ``Profile``, where the ``Profile`` is built from the ``User`` object. |