소스 검색

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

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
ba97e10af9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py 파일 보기

@@ -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."),
]



불러오는 중...
취소
저장