Skip to content

Commit

Permalink
Update fill_gpi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored May 22, 2024
1 parent 5dca237 commit 3ea1892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fill_gpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def indent(s, depth=''):
"""
Adds `indent` to the beginning of every line
"""
return '\n'.join(depth + l for l in s.splitlines())
return '\n'.join(depth + _l for _l in s.splitlines())


def reindent(docstring, depth=''):
Expand Down

0 comments on commit 3ea1892

Please sign in to comment.