Skip to content

Commit

Permalink
#8: get_author_tags() -> get_authors().
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Nov 15, 2015
1 parent 2fdcd47 commit a49e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wa_kat/analyzers/author_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _get_dc_authors(index_page):
return parse_meta(index_page, "DC.Creator", "DC")


def get_author_tags(index_page):
def get_authors(index_page):
"""
Parse `authors` from HTML ``<meta>`` and dublin core.
"""
Expand Down

0 comments on commit a49e56a

Please sign in to comment.