mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 12:31:04 -05:00
Fix comment grammar
This commit is contained in:
parent
b76a6db1a9
commit
941d3121eb
@ -111,7 +111,7 @@ def getLocalePath(name, localeName, extension):
|
||||
if name != 'supybot':
|
||||
base = getPluginDir(name)
|
||||
else:
|
||||
from . import ansi # Any Supybot plugin could fit
|
||||
from . import ansi # Any Supybot module works
|
||||
base = ansi.__file__[0:-len('ansi.pyc')]
|
||||
directory = os.path.join(base, 'locales')
|
||||
return '%s/%s.%s' % (directory, localeName, extension)
|
||||
|
Loading…
x
Reference in New Issue
Block a user