Exemplo n.º 1
0
 def __init__(self, url, doc, name):
     global inflector
     self.url = url
     if doc is not None:
         self.doc = markdown.markdown(doc.replace("    ", ""))
     else:
         self.doc = ""
     inflector = Inflector(English)
     self.name = inflector.humanize(word=name.replace("-", " "))