Fixed docstrings

This commit is contained in:
Frank Martinez
2025-09-27 07:27:22 -05:00
parent 39d15c011e
commit a3232103d5
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ from Part.Geom2d import Curve2d
)
class Line2dSegment(Curve2d):
"""
Describes a line segment in 2D space.
Describes a line segment in 2D space.
To create a line there are several ways:
Part.Geom2d.Line2dSegment()