mirror of
https://github.com/django/django.git
synced 2025-10-03 23:34:47 +00:00
Fixed several typos in Django
This commit is contained in:
parent
e79725cdf9
commit
1dcc603eff
34 changed files with 40 additions and 40 deletions
|
@ -542,7 +542,7 @@ class Options(object):
|
|||
"""
|
||||
Returns a list of parent classes leading to 'model' (order from closet
|
||||
to most distant ancestor). This has to handle the case were 'model' is
|
||||
a granparent or even more distant relation.
|
||||
a grandparent or even more distant relation.
|
||||
"""
|
||||
if not self.parents:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue