This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
abbreviation
tags/v0.1^2
Ben Kurtovic
12 years ago
parent
1ca93b4a04
commit
6250e813e3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
earwigbot/commands/dictionary.py
+ 1
- 0
earwigbot/commands/dictionary.py
View File
@@ -95,6 +95,7 @@ class Dictionary(Command):
"phrase": "Phrase",
"proverb": "Proverb",
"prop. n.": "Proper noun",
"abbr.": "\{\{abbreviation\}\}",
}
defs = []
for part, fullname in parts_of_speech.iteritems():
Write
Preview
Loading…
Cancel
Save