Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Copy-paste strikes again
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 29, 2015
1 parent 9f6e2fd commit 099b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -441,7 +441,7 @@ def __ne__(self, other):
try:
return self.values != other.values
except AttributeError:
return self(self.default_lang) == other
return self(self.default_lang) != other


class TemplateHookRegistry(object):
Expand Down

0 comments on commit 099b122

Please sign in to comment.