From 9e80a73369b31c32c8a81791b2853ca2476ba883 Mon Sep 17 00:00:00 2001 From: James Logan Date: Tue, 30 Aug 2022 10:20:35 -0400 Subject: [PATCH] Update openmc/universe.py Co-authored-by: Paul Romano --- openmc/universe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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