Fix typo in a comment.

This commit is contained in:
Valentin Lorentz 2013-03-08 20:26:50 +01:00
parent 81f98611a4
commit be04677995
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class _PluginInternationalization:
def __call__(self, untranslated):
"""Main function.
his is the function which is called when a plugin runs _()"""
This is the function which is called when a plugin runs _()"""
if untranslated.__class__ == internationalizedString:
return untranslated._original
escapedUntranslated = self._unescape(untranslated, True)