Skip to content

Commit 2152246

Browse files
authored
Fixed typo in docs/topics/db/managers.txt.
1 parent 6f2c7cf commit 2152246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/db/managers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ this base class::
380380
class Meta:
381381
abstract = True
382382

383-
If you use this directly in a subclass, ``objects`` will be the default
384-
manager if you declare no managers in the base class::
383+
If you use this directly in a child class, ``objects`` will be the default
384+
manager if you declare no managers in the child class::
385385

386386
class ChildA(AbstractBase):
387387
# ...

0 commit comments

Comments
 (0)