From f5344fabaac5f3c8c2b4578fbd5b57ea7c21ee8f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 11 Jan 2021 13:13:03 -0500 Subject: [PATCH] Correct typo in new attribute text --- confluent_server/confluent/config/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 4e6638f8..0eb251b8 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -205,7 +205,7 @@ node = { 'description': ('A noderange of nodes permitted to be a manager for ' 'the node. This controls failover and deployment. If ' 'not defined, all managers may deploy and no ' - 'automatic failover will be performed. + 'automatic failover will be performed. ' 'Using this requires that collective members be ' 'defined as nodes for noderange expansion') },