google-code-export / django-mptt

Automatically exported from code.google.com/p/django-mptt
Other
0 stars 0 forks source link

little typo in docs/models.txt #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting at line 262:
Note that some of the moves you could attempt to make with this method
are invalid - for example, trying to make an instance be its own its own
child or the child of one of its descendants. In these cases, a
``mptt.exceptions.InvalidMove`` exception will be raised.

At line 263 "its own" is repeated two times.

Original issue reported on code.google.com by Tyrion...@gmail.com on 12 Jul 2009 at 3:40

GoogleCodeExporter commented 9 years ago
fixed in 
http://github.com/django-mptt/django-mptt/commit/fcc122bee8ae7e7fb54fea77ffe00cb
f4cd547a4

Original comment by craig.ds@gmail.com on 2 Sep 2010 at 12:54