From 625903e968b40ffe84445962bc1fe54cfe0a2c35 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Mon, 14 Nov 2016 20:48:13 -0500 Subject: [PATCH] One more minor typo --- openmc/data/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')