diff --git a/README.md b/README.md index 5b71cfb..d6203a0 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ submodular_objective_function = ExampleFunction() # Define the ground set ground_set: Set[int] = {1, 2} -# Choose an optimization algorithm, -# and initialize it with: +# Choose an optimization algorithm +# and initialize it with: # * the submodular function # * the ground set optimizer: AbstractOptimizer = RandomizedDoubleGreedySearch(