diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-03 22:45:45 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-03 22:45:45 +0100 |
commit | efa9d3c0d165a4c49def26b423711ed28eb2d264 (patch) | |
tree | d89f9b24e3154b12e2daaea5847d8be7ea5e4042 /docs | |
parent | 93e37c2016b72e7ee66b02bfae329753ccfbe322 (diff) | |
download | factory-boy-efa9d3c0d165a4c49def26b423711ed28eb2d264.tar factory-boy-efa9d3c0d165a4c49def26b423711ed28eb2d264.tar.gz |
Fix typos in docs (Closes #159, closes #178, closes #188).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/orms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/orms.rst b/docs/orms.rst index 9e4d106..a0afc40 100644 --- a/docs/orms.rst +++ b/docs/orms.rst @@ -290,7 +290,7 @@ To work, this class needs an `SQLAlchemy`_ session object affected to the :attr: SQLAlchemy session to use to communicate with the database when creating an object through this :class:`SQLAlchemyModelFactory`. -A (very) simple exemple: +A (very) simple example: .. code-block:: python |