Skip to content

Commit e34a33f

Browse files
committed
Update docs
1 parent 8f70340 commit e34a33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openmc/stats/univariate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,8 +1489,8 @@ def combine_distributions(
14891489
"""Combine distributions with specified probabilities
14901490
14911491
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
1492+
:class:`~openmc.stats.Univariate`. Multiple
1493+
discrete or normal distributions are merged into a single distribution and the
14941494
remainder of the distributions are put into a :class:`~openmc.stats.Mixture`
14951495
distribution.
14961496

0 commit comments

Comments
 (0)