Skip to content

Commit

Permalink
DOC: fix wrong directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 30, 2024
1 parent 42ef34f commit 14712fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketpy/simulation/monte_carlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def __init__(
a Flight object and returns a value of that variable. For instance
.. code-block:: python
custom_data_collector = {
"max_acceleration": lambda flight: max(flight.acceleration(flight.time)),
"date": lambda flight: flight.env.date,
Expand Down

0 comments on commit 14712fc

Please sign in to comment.