Skip to content

Commit

Permalink
[doc] Fixed some doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Jan 6, 2020
1 parent 4419e17 commit 7bd33d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ddf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Important details:
New: N
===============================================================================

This function ``N` (shortcut to ``new``) is similar to ``G``, except it will NOT save the generated instance. This is good for **unit tests**, without touching the database::
This function ``N`` (shortcut to ``new``) is similar to ``G``, except it will NOT save the generated instance. This is good for **unit tests**, without touching the database::

from ddf import N
not_saved_book = N(Book)
Expand Down

0 comments on commit 7bd33d8

Please sign in to comment.