From 2e19605a2e3d2a2bdb224af5c73a08720b721dcb Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Tue, 12 Jan 2016 13:22:02 +0100 Subject: [PATCH] Correct docstring --- patacrep/content/section.py | 2 +- patacrep/content/songsection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patacrep/content/section.py b/patacrep/content/section.py index 24a27640..8737adb8 100755 --- a/patacrep/content/section.py +++ b/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 diff --git a/patacrep/content/songsection.py b/patacrep/content/songsection.py index 6572cc66..cf7a0906 100755 --- a/patacrep/content/songsection.py +++ b/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;