Browse Source

abbreviation

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
6250e813e3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      earwigbot/commands/dictionary.py

+ 1
- 0
earwigbot/commands/dictionary.py View File

@@ -95,6 +95,7 @@ class Dictionary(Command):
"phrase": "Phrase", "phrase": "Phrase",
"proverb": "Proverb", "proverb": "Proverb",
"prop. n.": "Proper noun", "prop. n.": "Proper noun",
"abbr.": "\{\{abbreviation\}\}",
} }
defs = [] defs = []
for part, fullname in parts_of_speech.iteritems(): for part, fullname in parts_of_speech.iteritems():


Loading…
Cancel
Save