Skip to content

Commit

Permalink
Fixed typo in docs/models.rst
Browse files Browse the repository at this point in the history
fixed double "and".
  • Loading branch information
kpavlovsky committed Nov 13, 2016
1 parent e583194 commit 1bedd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ The ``TreeManager`` custom manager
The default manager for an MPTTModel is a ``TreeManager``.

Any ``QuerySet`` created with this manager will be ordered based on the
tree structure, with root nodes appearing in tree id order and and their
tree structure, with root nodes appearing in tree id order and their
descendants being ordered in a depth-first fashion.

Methods
Expand Down

0 comments on commit 1bedd7a

Please sign in to comment.