From ec0b3234d9bf443e1711c63025b90457edade411 Mon Sep 17 00:00:00 2001 From: Shikhar Kumar Date: Thu, 11 Jun 2020 11:04:20 -0400 Subject: [PATCH] Update getter comment --- openmc/lib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lib/settings.py b/openmc/lib/settings.py index 4ea17233e0..5733038571 100644 --- a/openmc/lib/settings.py +++ b/openmc/lib/settings.py @@ -83,7 +83,7 @@ class _Settings: _dll.openmc_set_n_batches(n_batches, set_max_batches, add_sp_batch) def get_batches(self, get_max_batches=True): - """Set n_batches and n_max_batches + """Get number of batches or maximum number of batches Parameters ----------