From f98c34b7c9bc84cf827c7e403552d137356d25f0 Mon Sep 17 00:00:00 2001 From: alex-lyons Date: Fri, 7 Feb 2020 16:36:53 +0000 Subject: [PATCH] fix comment description --- openmc/model/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/model/model.py b/openmc/model/model.py index 08ba300dd1..e59c679b52 100644 --- a/openmc/model/model.py +++ b/openmc/model/model.py @@ -41,7 +41,7 @@ class Model: Tallies information plots : openmc.Plots Plot information - statepoint : openmc.Statepoint + statepoint : str The last statepoint filename written when the model is run """