Skip to content

Commit

Permalink
DOC: add blank line in dedent doctest for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
kohr-h committed Jun 24, 2018
1 parent cf0a6c4 commit 727a00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odl/util/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def dedent(string, indent_str=' ', max_levels=None):
Level 1.
<->Level 2.
<-><->Level 3.
>>> text = '''<-><->Level 2.
... <-><-><->Level 3.'''
>>> print(text)
Expand Down

0 comments on commit 727a00a

Please sign in to comment.