fixing a typo in the documentation

pull/9059/head
Mehrdad Moradizadeh 2022-08-19 12:54:46 -04:00 zatwierdzone przez LB (Ben Johnston)
rodzic 95ca38332e
commit 739096d426
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1314,7 +1314,7 @@ class Page(AbstractPage, index.Indexed, ClusterableModel, metaclass=PageBase):
return self
if isinstance(self, model_class):
# self is already the an instance of the most specific class
# self is already an instance of the most specific class.
return self
if deferred: