Skip to content

Commit ec68c73

Browse files
committed
fixed typo
1 parent 80447a6 commit ec68c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmc/stats/univariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def exprel2(x):
29-
"""Exaluate 2*(exp(x)-1-x)/x^2 without loss of precision at 0"""
29+
"""Evaluate 2*(exp(x)-1-x)/x^2 without loss of precision near 0"""
3030
return hyp1f1(1, 3, x)
3131

3232

0 commit comments

Comments
 (0)