Skip to content

Commit

Permalink
comment rejig
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Mar 27, 2022
1 parent 9781980 commit af282bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/iris/fileformats/dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,11 @@ def save_png(source, target, launch=False):
def cube_text(cube):
"""Return a DOT text representation a `iris.cube.Cube`.
Args:
Args
====
* cube - The cube for which to create DOT text.
cube
The cube for which to create DOT text.
"""
# We use r'' type string constructor as when we type \n in a string without the r'' constructor
Expand Down

0 comments on commit af282bb

Please sign in to comment.