fixed minor typo in docs

This commit is contained in:
Jonathan 2022-02-10 00:20:58 +00:00
parent f8488e59e8
commit 04b5f4bc97
16 changed files with 45 additions and 45 deletions

View file

@ -882,7 +882,7 @@ def _calculate_mgxs_elem_mat(this, types, library, orders=None,
else:
T = temperature
# Check to see if we have nuclides/elements or a macrocopic object
# Check to see if we have nuclides/elements or a macroscopic object
if this._macroscopic is not None:
# We have macroscopics
nuclides = {this._macroscopic: (this._macroscopic, this.density)}