Просмотр исходного кода

Oh god this is pathetic.

tags/v0.1^2
Ben Kurtovic 12 лет назад
Родитель
Сommit
410c7b3642
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      earwigbot/commands/dictionary.py

+ 2
- 2
earwigbot/commands/dictionary.py Просмотреть файл

@@ -108,8 +108,8 @@ class Dictionary(Command):
blocks = "=" * (level + 1)
defs = []
for part, basename in parts_of_speech.iteritems():
fullnames = [fullname, "\{\{" + fullname + "\}\}",
"\{\{" + fullname.lower() + "\}\}"]
fullnames = [basename, "\{\{" + basename + "\}\}",
"\{\{" + basename.lower() + "\}\}"]
for fullname in fullnames:
regex = blocks + "\s*\{\{" + fullname + "\}\}\s*" + blocks
if re.search(regex, section):


Загрузка…
Отмена
Сохранить