fix typo, add a tiny bit of doc to the code

This commit is contained in:
Mathieu PATUREL
2017-01-26 11:30:56 +11:00
parent c7961ce94c
commit 8cc6b2b263
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# -*- encoding: utf-8 -*-
"""
'pre_tables' transform *html* tables into markdown tables, and put them in some <pre><code> tags
"""
from bs4 import BeautifulSoup
def python_table(s_table):