diff --git a/docs/userguide/modularizing.rst b/docs/userguide/modularizing.rst index 33dd8bd6bf..fe32552c0f 100644 --- a/docs/userguide/modularizing.rst +++ b/docs/userguide/modularizing.rst @@ -70,7 +70,7 @@ Key points to note: because you will not need to run Parsl when testing the code. - *Advanced*: Consider including Parsl decorators in the library if using complex workflow patterns, - :ref:`join apps ` or such as functions which take :ref:`special arguments `. + such as :ref:`join apps ` or functions which take :ref:`special arguments `. .. literalinclude:: examples/library/app.py :caption: library/app.py