diff --git a/openmc/deplete/results.py b/openmc/deplete/results.py index b8b383a0ea..3602d69181 100644 --- a/openmc/deplete/results.py +++ b/openmc/deplete/results.py @@ -396,7 +396,7 @@ class Results(list): materials.xml will be used. If that element is not present, nuclides from openmc.config['cross_sections'] will be used. path : PathLike - Path to file to write. Defaults to 'materials.xml'. + Path to materials XML file to read. Defaults to 'materials.xml'. Returns -------