Skip to content
Snippets Groups Projects

Fix typo

Merged magicfelix requested to merge typo-caleld into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,7 @@ Indexable = indexes.Indexable # noqa
class SearchIndex(BaseSearchIndex):
"""Base class for search indexes on AlekSIS models.
It provides a default document field caleld text and exects
It provides a default document field called text and exects
the related model in the model attribute.
"""
Loading