Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Jan 10, 2022
1 parent 13eb6e2 commit 68cd200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saltproc/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def read_feeds_from_input():
Returns
-------
mats : dict of st to Materialflow
mats : dict of str to Materialflow
Dictionary that contains `Materialflow` objects with feeds.
``key``
Expand Down Expand Up @@ -245,7 +245,7 @@ def reprocessing(mat):
Parameters
-----------
mats : dict of st to Materialflow
mats : dict of str to Materialflow
Dictionary that contains `Materialflow` objects with burnable material
data right after irradiation in the core.
Expand Down

0 comments on commit 68cd200

Please sign in to comment.