From 90305e9fc972a9000fd948980106356aff58fc42 Mon Sep 17 00:00:00 2001 From: Giannis Doukas Date: Thu, 9 Jul 2020 19:55:42 +0100 Subject: [PATCH] fix code style --- ipython2cwl/iotypes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipython2cwl/iotypes.py b/ipython2cwl/iotypes.py index 2d92687..0adf544 100644 --- a/ipython2cwl/iotypes.py +++ b/ipython2cwl/iotypes.py @@ -189,8 +189,8 @@ class CWLPNGPlot(CWLDumpable): class CWLPNGFigure(CWLDumpable): - """The same with :class:`~ipython2cwl.iotypes.CWLPNGPlot` but creates new figures before plotting. Use that annotation of you don't want - to write multiple graphs in the same image + """The same with :class:`~ipython2cwl.iotypes.CWLPNGPlot` but creates new figures before plotting. Use that + annotation of you don't want to write multiple graphs in the same image >>> import matplotlib.pyplot as plt >>> data = [1,2,3]