Skip to content

Commit

Permalink
Improve documentation in menu_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Ann Yanich committed Apr 15, 2017
1 parent 0313bc6 commit e993660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu_scraper/menu_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def get_menu_tables(soup):
"""
The 'summary' attribute should be something like
"Wochenplan Uweg Ausgabe B (aktuelle Woche)".
<table summary='Wochenplan Uweg Ausgabe B...'>
"""
def is_menu_table(tag):
return tag.name == 'table' and tag.has_attr('summary')\
Expand Down

0 comments on commit e993660

Please sign in to comment.