We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f70340 commit e34a33fCopy full SHA for e34a33f
openmc/stats/univariate.py
@@ -1489,8 +1489,8 @@ def combine_distributions(
1489
"""Combine distributions with specified probabilities
1490
1491
This function can be used to combine multiple instances of
1492
- :class:`~openmc.stats.Discrete` and `~openmc.stats.Tabular`. Multiple
1493
- discrete distributions are merged into a single distribution and the
+ :class:`~openmc.stats.Univariate`. Multiple
+ discrete or normal distributions are merged into a single distribution and the
1494
remainder of the distributions are put into a :class:`~openmc.stats.Mixture`
1495
distribution.
1496
0 commit comments