Commit 81e8827b authored by Evan Simpson's avatar Evan Simpson

Fix typo

parent a10b1107
...@@ -41,7 +41,7 @@ class CatalogAware: ...@@ -41,7 +41,7 @@ class CatalogAware:
def reindex_all(self, obj=None): def reindex_all(self, obj=None):
""" """
This method will cause this object to get reindexed. Of this This method will cause this object to get reindexed. If this
object is a container, then all child objects will try to be object is a container, then all child objects will try to be
recursivly reindexed. 'obj' can be passed as an alternative recursivly reindexed. 'obj' can be passed as an alternative
object to try and reindex. object to try and reindex.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment