Fix typo (thanks @gridley)

Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
This commit is contained in:
Paul Romano 2023-04-21 16:16:43 -05:00 committed by GitHub
parent aed797631b
commit b86e03d849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'.