diff --git a/src/konnektor/network_planners/generators/cyclic_network_generator.py b/src/konnektor/network_planners/generators/cyclic_network_generator.py index b4fc3ca..2561c91 100644 --- a/src/konnektor/network_planners/generators/cyclic_network_generator.py +++ b/src/konnektor/network_planners/generators/cyclic_network_generator.py @@ -42,7 +42,7 @@ def __init__( This layout has well-distributed connectivity between all `Component` s, which increases the robustness very well, but still allows for a better graph score then the Twin Star Network, as the connectivity distribution is biased and not enforced. - The large number of cycles might be very useful for statistical analysis. Nevertheless, the network has an increased amount of `Transformation`s. + The large number of cycles might be very useful for statistical analysis. Nevertheless, the network has an increased amount of `Transformation` s. Parameters