Skip to content

Commit a4557b5

Browse files
alejoe91zm711
andauthored
Update src/probeinterface/utils.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent e8c63b9 commit a4557b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/probeinterface/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def generate_unique_ids(min: int, max: int, n: int, trials: int = 20) -> np.arra
142142
def get_auto_lims(probe: Probe, margin: float = 40.0) -> tuple[float, float, float]:
143143
"""
144144
Compute the boundaries of a given probe, considering its contour and an optional margin.
145-
The function is designed to handle both planar and tridimensional probes.
145+
The function is designed to handle both planar and three-dimensional probes.
146146
147147
Parameters
148148
----------

0 commit comments

Comments
 (0)