Skip to content

Commit 1e561fe

Browse files
DOC: improving some docstrings
1 parent 9f0ddb3 commit 1e561fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/stochastic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,5 @@ input parameter, you can perform more realistic and robust Monte Carlo simulatio
245245
better reflecting the inherent uncertainties in rocketry.
246246

247247
.. note::
248-
See the ``MonteCarlo`` class documentation for more information on how to run\
248+
See the ``MonteCarlo`` class documentation for more information on how to run \
249249
Monte Carlo simulations with stochastic objects.

rocketpy/stochastic/stochastic_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def _validate_airfoil(self, airfoil):
419419
420420
Parameters
421421
----------
422-
airfoil : list
422+
airfoil : list[tuple]
423423
List of tuples with two items.
424424
425425
Raises

0 commit comments

Comments
 (0)