Sfoglia il codice sorgente

Apparently punctuation marks can be used as headers too.

tags/v0.1^2
Ben Kurtovic 12 anni fa
parent
commit
1bf546b706
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      earwigbot/commands/dictionary.py

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

@@ -104,6 +104,7 @@ class Dictionary(Command):
"proverb": "Proverb",
"prop. n.": "Proper noun",
"abbr.": "Abbreviation",
"punct.": "Punctuation mark",
}
blocks = "=" * (level + 1)
defs = []


Caricamento…
Annulla
Salva