Skip to content

Commit 248d376

Browse files
chore: update angle docstring (#2360)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent f63705b commit 248d376

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update angle docstring

src/ansys/geometry/core/misc/measurements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class Angle(Measurement):
225225
value : Real | ~pint.Quantity
226226
Value of the angle.
227227
unit : ~pint.Unit, default: DEFAULT_UNITS.ANGLE
228-
Units for the distance.
228+
Units for the angle.
229229
"""
230230

231231
def __init__(self, value: Real | Quantity, unit: Unit | None = None):

0 commit comments

Comments
 (0)