summaryrefslogtreecommitdiff
path: root/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
commitfbd4277bc8ded7637a60746e0054f9f05ee7cb72 (patch)
tree8d9493de5a1a870c973818b6effaa7ef3171a7d6 /labels.py
parenta87132850524ef9ed657f13bfe3f4c06917cc44b (diff)
fix docstring formatting everywhere
original-commit-id: 4332a25bd5f6f80975f762d126e92064c756f7d4
Diffstat (limited to 'labels.py')
-rw-r--r--labels.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/labels.py b/labels.py
index e57c6e2..61ec4c2 100644
--- a/labels.py
+++ b/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)