From f541090ba549122d6f9b7d20a1cd15c79c2bcf59 Mon Sep 17 00:00:00 2001 From: YoungHui Park Date: Fri, 23 Oct 2020 11:11:25 -0500 Subject: [PATCH] Update openmc/settings.py Co-authored-by: Katie Mummah --- openmc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/settings.py b/openmc/settings.py index a19f0e9061..20c2e9d269 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -591,7 +591,7 @@ class Settings: @surf_src_read.setter def surf_src_read(self, surf_src_read): - cv.check_type('surface source writing options', surf_src_read, Mapping) + cv.check_type('surface source reading options', surf_src_read, Mapping) for key, value in surf_src_read.items(): cv.check_value('surface source reading key', key, ('path'))