From 37f9bdfaca37d2a0ddfd152b152ccd414d3183ea Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 19 Apr 2023 08:07:41 +0100 Subject: [PATCH] [skip ci] improve doc string from review 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 3ad17778e..f35b1d364 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -341,10 +341,11 @@ class Universe(UniverseBase): **kwargs Keyword arguments passed to :func:`matplotlib.pyplot.imshow` - .. versionadded:: 0.13.4 outline : bool Whether outlines between color boundaries should be drawn + .. versionadded:: 0.13.4 + Returns ------- matplotlib.image.AxesImage