mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix typo (thanks @gridley)
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
This commit is contained in:
parent
aed797631b
commit
b86e03d849
1 changed files with 1 additions and 1 deletions
|
|
@ -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'.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue