Skip to content

Commit

Permalink
NIFI-7789: Small Correction in additionalDetials of ScriptedTransform…
Browse files Browse the repository at this point in the history
…Record processor documentation

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes apache#4511
  • Loading branch information
naddym authored and krisztina-zsihovszki committed Jun 27, 2022
1 parent 9d886b4 commit 9d5e3c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Return Value</h3>
</p>

<p>
Note that the Python language does not a script to use a <code>return</code> outside of a method. Additionally, when interpreted as a script,
Note that the Python language does not allow a script to use a <code>return</code> outside of a method. Additionally, when interpreted as a script,
the Java Python scripting engine does not provide a reliable way to easily obtain the last value referenced. As a result, any Python script must assign the value to be returned
to the <code>_</code> variable. See examples below.
</p>
Expand Down

0 comments on commit 9d5e3c9

Please sign in to comment.