Skip to content

Commit

Permalink
Fix typo in simulate element perturbation docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
martinateruzzi committed Nov 12, 2020
1 parent 6652c3d commit 1d422ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape/general_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ def delete_a_node(self, node):
def simulate_element_perturbation(self, perturbed_nodes):
"""
Simulate a perturbation in one or multiple areas.
Simulate a perturbation of one or multiple nodes.
Nodes' "IntermediateStatus", "FinalStatus", "Mark_Status"
and "Status_Area" attributes are evaluated.
Expand Down

0 comments on commit 1d422ae

Please sign in to comment.