You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
fix docstring formatting everywhere
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user