diff --git a/openmc/universe.py b/openmc/universe.py index 2994540aed..cdb72bf6ef 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -302,7 +302,8 @@ class Universe(UniverseBase): Seed for the random number generator openmc_exec : str Path to OpenMC executable. - axes : matplotlib.Axes to draw to + axes : matplotlib.Axes + Axes to draw to .. versionadded:: 0.13.1 **kwargs