From 0dd3fff562c317cd8cd601fa89ae67b500941b02 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 29 Sep 2022 22:02:37 -0500 Subject: [PATCH] Improve docstring --- openmc/universe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/universe.py b/openmc/universe.py index f171809651..a326ca812c 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -654,7 +654,7 @@ class DAGMCUniverse(UniverseBase): matching openmc.Material() with the same name. n_cells : int The number of cells in the DAGMC model. This is the number of cells at - runtime and accounts for the implicit complement volume if it isn't + runtime and accounts for the implicit complement whether or not is it present in the DAGMC file. n_surfaces : int The number of surfaces in the model.