Skip to content

Commit 9188d3f

Browse files
committed
Corrected docstring to refer to balanced in criticality.
1 parent cd90ab5 commit 9188d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/meltdown-mitigation/conditionals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def is_criticality_balanced(temperature, neutrons_emitted):
88
:param neutrons_emitted: int or float - number of neutrons emitted per second.
99
:return: bool - is criticality balanced?
1010
11-
A reactor is said to be critical if it satisfies the following conditions:
11+
A reactor is said to be balanced in criticality if it satisfies the following conditions:
1212
- The temperature is less than 800 K.
1313
- The number of neutrons emitted per second is greater than 500.
1414
- The product of temperature and neutrons emitted per second is less than 500000.

0 commit comments

Comments
 (0)