diff --git a/nifi-docs/src/main/asciidoc/python-developer-guide.adoc b/nifi-docs/src/main/asciidoc/python-developer-guide.adoc index 415b2f0ba4..0e14929cf6 100644 --- a/nifi-docs/src/main/asciidoc/python-developer-guide.adoc +++ b/nifi-docs/src/main/asciidoc/python-developer-guide.adoc @@ -315,7 +315,7 @@ class PrettyPrintJson(FlowFileTransform): numspaces = PropertyDescriptor(name="Number of Spaces", description="Number of spaces to use for pretty-printing", validators=[StandardValidators.POSITIVE_INTEGER_VALIDATOR], - defaultValue="4", + default_value="4", required=True) self.descriptors = [numspaces]