mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Address further comments by @simondrichards
Corrects spelling and grammar.
This commit is contained in:
parent
9078010d88
commit
d1f71f2328
2 changed files with 5 additions and 5 deletions
|
|
@ -238,9 +238,9 @@ class Element(str):
|
|||
# Provide more informative error message for U235
|
||||
if enrichment_target == 'U235':
|
||||
msg = "There is a special procedure for enrichment of U235 "\
|
||||
"in U. To invoke it do not specify neither "\
|
||||
"'enrichment_target' nor 'enrichment_type'. Provide "\
|
||||
"only enrichment as 'wo%'. See User Guide for more "\
|
||||
"in U. To invoke it, the arguments 'enrichment_taget'"\
|
||||
"and 'enrichment_type' should be omitted. Provide "\
|
||||
"only 'enrichment' as 'wo%'. See User Guide for more "\
|
||||
"details"
|
||||
raise ValueError(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue