From fbd4277bc8ded7637a60746e0054f9f05ee7cb72 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 21 Mar 2013 15:15:42 -0500 Subject: fix docstring formatting everywhere original-commit-id: 4332a25bd5f6f80975f762d126e92064c756f7d4 --- labels.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'labels.py') 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) -- cgit v1.2.3