From 60f33d460736e3d22ed7eae633fd7a38cbd48984 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Sat, 28 Jan 2023 17:18:35 +0000 Subject: [PATCH] Review improvement from @paulromano --- openmc/deplete/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------