diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-03-21 15:15:42 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-03-21 15:15:42 -0500 |
commit | fbd4277bc8ded7637a60746e0054f9f05ee7cb72 (patch) | |
tree | 8d9493de5a1a870c973818b6effaa7ef3171a7d6 /labels.py | |
parent | a87132850524ef9ed657f13bfe3f4c06917cc44b (diff) |
fix docstring formatting everywhere
original-commit-id: 4332a25bd5f6f80975f762d126e92064c756f7d4
Diffstat (limited to 'labels.py')
-rw-r--r-- | labels.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |