From 6d55a720f7309b7d317b9eec9fa4abad4a02668a Mon Sep 17 00:00:00 2001 From: rockfool Date: Mon, 6 Apr 2020 22:51:30 -0400 Subject: [PATCH] fix docstring for reset --- openmc/lib/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lib/core.py b/openmc/lib/core.py index e2e5e73a90..8540f832bf 100644 --- a/openmc/lib/core.py +++ b/openmc/lib/core.py @@ -307,7 +307,7 @@ def plot_geometry(): def reset(): - """Reset tallies but keep timers.""" + """Reset tally results""" _dll.openmc_reset()