Skip to content

Commit 14712fc

Browse files
DOC: fix wrong directive
1 parent 42ef34f commit 14712fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rocketpy/simulation/monte_carlo.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def __init__(
120120
a Flight object and returns a value of that variable. For instance
121121
122122
.. code-block:: python
123+
123124
custom_data_collector = {
124125
"max_acceleration": lambda flight: max(flight.acceleration(flight.time)),
125126
"date": lambda flight: flight.env.date,

0 commit comments

Comments
 (0)