Skip to content

Commit bcedd64

Browse files
committed
Fix typo in README
1 parent 3145f36 commit bcedd64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The parametric plasma source can be imported an used in Python 3 in the followin
1616
from parametric_plasma_source import Plasma
1717
my_plasma = Plasma(major_radius=6,
1818
minor_radius=1.5,
19-
elongation = 2.0
19+
elongation = 2.0,
2020
triangularity = 0.55)
2121
my_plasma.export_plasma_source('custom_openmc_plasma_source.so')
2222
```

0 commit comments

Comments
 (0)