Procházet zdrojové kódy

Fix that a bit. I give up on this command now.

tags/v0.1^2
Ben Kurtovic před 12 roky
rodič
revize
ba97e10af9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Zobrazit soubor

@@ -130,7 +130,7 @@ class Dictionary(Command):
("\{\{alternative spelling of\|(.*?)\}\}",
r"Alternative spelling of \1."),
("\{\{synonym of\|(.*?)\}\}", r"Synonym of \1."),
("\{\{surname(\||\}\})", r"A surname."),
("\{\{surname(.*?)\}\}", r"A surname."),
("\{\{given name\|(.*?)(\||\}\})", r"A \1 given name."),
]



Načítá se…
Zrušit
Uložit