From e56dc902a970fe93abe61c3b21b2f3f2a3d62a86 Mon Sep 17 00:00:00 2001 From: Logan Ward Date: Mon, 30 Dec 2024 08:24:51 -0500 Subject: [PATCH] Fix sloppy cut-and-paste MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤦🏼 --- docs/userguide/modularizing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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