diff --git a/openmc/data/library.py b/openmc/data/library.py index 3beb25543..34cd380a5 100644 --- a/openmc/data/library.py +++ b/openmc/data/library.py @@ -114,7 +114,7 @@ class DataLibrary(EqualityMixin): data = cls() - # If cross_sections is None, get the cross sections from the + # If path is None, get the cross sections from the # OPENMC_CROSS_SECTIONS environment variable if path is None: path = os.environ.get('OPENMC_CROSS_SECTIONS')