Skip to content

Commit e3da07f

Browse files
committed
correct typos in docs
1 parent 2c389e4 commit e3da07f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

festim/exports/derived_quantities/total_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class TotalSurfaceSpherical(TotalSurface):
148148
field (str, int): the field ("solute", 0, 1, "T", "retention")
149149
surface (int): the surface id
150150
azimuth_range (tuple, optional): Range of the azimuthal angle
151-
(theta) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi)
151+
(phi) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi)
152152
polar_range (tuple, optional): Range of the polar angle
153153
(theta) needs to be between 0 and pi. Defaults to (0, np.pi).
154154

festim/exports/derived_quantities/total_volume.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ class TotalVolumeSpherical(TotalVolume):
146146
field (str, int): the field ("solute", 0, 1, "T", "retention")
147147
volume (int): the volume id
148148
azimuth_range (tuple, optional): Range of the azimuthal angle
149-
(theta) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi)
149+
(phi) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi)
150150
polar_range (tuple, optional): Range of the polar angle
151-
(theta) needs to be between - pi and pi. Defaults to (-np.pi, np.pi).
151+
(theta) needs to be between 0 and pi. Defaults to (0, np.pi).
152152
153153
Attributes:
154154
field (str, int): the field ("solute", 0, 1, "T", "retention")

0 commit comments

Comments
 (0)