Browse Source

Correct docstring

pull/190/head
Oliverpool 9 years ago
parent
commit
2e19605a2e
  1. 2
      patacrep/content/section.py
  2. 2
      patacrep/content/songsection.py

2
patacrep/content/section.py

@ -30,7 +30,7 @@ class Section(ContentItem):
#pylint: disable=unused-argument
def parse(keyword, argument, config):
"""Parse the contentlist.
"""Parse the section.
Arguments:
- keyword (one of "part", "chapter", "section", ... , "subparagraph", and

2
patacrep/content/songsection.py

@ -21,7 +21,7 @@ class SongSection(ContentItem):
#pylint: disable=unused-argument
def parse(keyword, argument, config):
"""Parse the contentlist.
"""Parse the songsection.
Arguments:
- keyword ("songsection" or "songchapter"): the section to use;

Loading…
Cancel
Save