Skip to content

Commit

Permalink
Fix docstring spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Sep 28, 2023
1 parent 7fa1deb commit d0fc9d3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/sectionproperties/pre/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def from_dxf(
spline_delta: Splines are not supported in ``shapely``, so they are
approximated as polylines, this argument affects the spline sampling
rate
degress_per_segment: The number of degrees discretised as a single line
degrees_per_segment: The number of degrees discretised as a single line
segment
Returns:
Expand Down Expand Up @@ -2408,11 +2408,9 @@ def load_dxf(
Args:
dxf_filepath: Path to ``.dxf`` file to load
spline_delta: Splines are not supported in ``shapely``, so they are
approximated as polylines, this argument affects the spline sampling
rate
degress_per_segment: The number of degrees discretised as a single line
segment
spline_delta: Splines are not supported in ``shapely``, so they are approximated
as polylines, this argument affects the spline sampling rate
degrees_per_segment: The number of degrees discretised as a single line segment
Raises:
ImportError: If ``cad_to_shapely`` is not installed. To enable dxf features use
Expand Down

0 comments on commit d0fc9d3

Please sign in to comment.