Skip to content

Commit 69f1ef4

Browse files
committed
Fix documentation typo in Cylinder.from_points. Closes #2459
1 parent 55d74c5 commit 69f1ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmc/surface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ def from_points(cls, p1, p2, r=1., **kwargs):
12411241
Parameters
12421242
----------
12431243
p1, p2 : 3-tuples
1244-
Points that pass through the plane, p1 will be used as (x0, y0, z0)
1244+
Points that pass through the cylinder axis.
12451245
r : float, optional
12461246
Radius of the cylinder in [cm]. Defaults to 1.
12471247
kwargs : dict

0 commit comments

Comments
 (0)