Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Feb 24, 2009
1 parent b164610 commit a041c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.py
Expand Up @@ -8,7 +8,7 @@ class EntryDocument(solango.SearchDocument):
content = solango.fields.TextField(copy=True)

def transform_tags(self, instance):
tags = list(intance.tags.all())
tags = list(instance.tags.all())
texts = [ tag.title for tag in tags ]
return ",".join(texts)

Expand Down

0 comments on commit a041c83

Please sign in to comment.