Skip to content

Commit e6ccc52

Browse files
committed
Fix typo.
1 parent 1f0e9b3 commit e6ccc52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openmc/examples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def _generate_c5g7_materials(second_temp = False) -> openmc.Materials:
667667
The first data point is the C5G7 cross sections, which corresponds to a temperature
668668
of 294 K. The second data point is the C5G7 cross sections multiplied by 1/2,
669669
which corresponds to a temperature of 394 K. This temperature dependence is
670-
ficticious; it is used for testing temperature feedback in the random ray solver.
670+
fictitious; it is used for testing temperature feedback in the random ray solver.
671671
672672
Returns
673673
-------
@@ -883,7 +883,7 @@ def random_ray_pin_cell(second_temp = False) -> openmc.Model:
883883
The first data point is the C5G7 cross sections, which corresponds to a temperature
884884
of 294 K. The second data point is the C5G7 cross sections multiplied by 1/2,
885885
which corresponds to a temperature of 3934 K. This temperature dependence is
886-
ficticious; it is used for testing temperature feedback in the random ray solver.
886+
fictitious; it is used for testing temperature feedback in the random ray solver.
887887
888888
Returns
889889
-------
@@ -969,7 +969,7 @@ def random_ray_lattice(second_temp = False) -> openmc.Model:
969969
The first data point is the C5G7 cross sections, which corresponds to a temperature
970970
of 294 K. The second data point is the C5G7 cross sections multiplied by 1/2,
971971
which corresponds to a temperature of 3934 K. This temperature dependence is
972-
ficticious; it is used for testing temperature feedback in the random ray solver.
972+
fictitious; it is used for testing temperature feedback in the random ray solver.
973973
974974
Returns
975975
-------

0 commit comments

Comments
 (0)