Browse Source

Fix sphinx warning in comment

refactoring
Matthias Volk 7 years ago
parent
commit
0b6dd8c0d8
  1. 3
      lib/stormpy/__init__.py

3
lib/stormpy/__init__.py

@ -147,8 +147,7 @@ def model_checking(model, property, only_initial_states=False, extract_scheduler
Perform model checking on model for property.
:param model: Model.
:param property: Property to check for.
:param only_initial_states: If True, only results for initial states are computed.
If False, results for all states are computed.
:param only_initial_states: If True, only results for initial states are computed, otherwise for all states.
:param extract_scheduler: If True, try to extract a scheduler
:return: Model checking result.
:rtype: CheckResult

Loading…
Cancel
Save