summaryrefslogtreecommitdiff
path: root/extras/labels.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-03-21 15:15:42 -0500
committerBryan Bishop <kanzure@gmail.com>2013-03-21 15:15:42 -0500
commit4332a25bd5f6f80975f762d126e92064c756f7d4 (patch)
tree1d705b796c3e0b0d8d45b94376b6e236a8fd895a /extras/labels.py
parent1abb020335e89ace4f51e1c81902e9bbe95c6af2 (diff)
fix docstring formatting everywhere
Diffstat (limited to 'extras/labels.py')
-rw-r--r--extras/labels.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/labels.py b/extras/labels.py
index e57c6e2f3..61ec4c29a 100644
--- a/extras/labels.py
+++ b/extras/labels.py
@@ -130,7 +130,8 @@ def line_has_comment_address(line, returnable={}, bank=None):
return True
def get_address_from_line_comment(line, bank=None):
- """ wrapper for line_has_comment_address
+ """
+ wrapper for line_has_comment_address
"""
returnable = {}
result = line_has_comment_address(line, returnable=returnable, bank=bank)