satisfy farcy

This commit is contained in:
happyleaves 2016-06-21 19:31:40 -04:00
parent d87e969671
commit 7fc9fa4b0c

View file

@ -46,7 +46,7 @@ def parse_mapping(mapping, parents=None):
def pad_physical_address(addr):
"""Right-pad a physical address"""
"""Right-pad a physical address."""
return addr + ['0'] * (MAX_DEPTH - len(addr))