Skip to content

Commit 1491f42

Browse files
committed
fix doctest
1 parent 9fa5349 commit 1491f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/simulation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __repr__(self):
6262
>>> this = ModeSettings()
6363
>>> print(this)
6464
<flow.simulation.ModeSettings object at ...
65-
simulated_run_length : None
65+
simulated_run_length : 0.0
6666
sim_task_fails : False
6767
"""
6868
repr_ = [super().__repr__()]

0 commit comments

Comments
 (0)