This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e594d58dc NIFI-12884 Corrected documentation for python debugging
7e594d58dc is described below

commit 7e594d58dc9cea9317b1e31b9cc161e2230900c9
Author: Mark Bathori <[email protected]>
AuthorDate: Mon Mar 11 14:37:24 2024 +0100

    NIFI-12884 Corrected documentation for python debugging
    
    This closes #8490
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-nar-bundles/nifi-py4j-bundle/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-py4j-bundle/README.md 
b/nifi-nar-bundles/nifi-py4j-bundle/README.md
index 0a834880a1..df5292e4a5 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/README.md
+++ b/nifi-nar-bundles/nifi-py4j-bundle/README.md
@@ -46,7 +46,7 @@ This process is used to discover available Processors and to 
create Processors.
 The following properties may be added to nifi.properties in order to enable 
remote debugging
 of the Controller process:
 
-`nifi.python.controller.debugpy.enable` : Indicates whether or not DebugPy 
should be used when launching hte Controller.
+`nifi.python.controller.debugpy.enabled` : Indicates whether DebugPy should be 
used when launching the Controller.
 Defaults to `false`. If set to `true`, the Python process that is responsible 
for discovering and creating Processors
 will be launched using DebugPy.
 

Reply via email to