From b86e03d849ae6ff4e15f566af86faf315d088015 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 21 Apr 2023 16:16:43 -0500 Subject: [PATCH] Fix typo (thanks @gridley) Co-authored-by: Gavin Ridley --- 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 fccaef393c..5cafd19617 100644 --- a/openmc/data/library.py +++ b/openmc/data/library.py @@ -11,7 +11,7 @@ from openmc._xml import clean_indentation, reorder_attributes class DataLibrary(list): """Collection of cross section data libraries. - This clas behaves like a list where each item is a dictionary summarizing + This class behaves like a list where each item is a dictionary summarizing cross section data from a single file. The dictionary has keys 'path', 'type', and 'materials'.