Skip to content

Commit

Permalink
fix: misleading docstring for sweep_chain() (#1070)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
4 people authored Mar 19, 2024
1 parent 64c465d commit c52b2b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Packages = Google
# Define the Ansys vocabulary
Vocab = ANSYS

[*.{md,rst}]
[*.{rst}]

# Apply the following styles
BasedOnStyles = Vale, Google
Google.Headings = NO
Google.Headings = NO
1 change: 1 addition & 0 deletions doc/changelog.d/1070.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: misleading docstring for sweep_chain()
2 changes: 0 additions & 2 deletions src/ansys/geometry/core/designer/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,6 @@ def sweep_chain(
----------
name : str
User-defined label for the new solid body.
sketch : Sketch
Two-dimensional sketch source for the extrusion.
path : List[TrimmedCurve]
The path to sweep the chain along.
chain : List[TrimmedCurve]
Expand Down

0 comments on commit c52b2b9

Please sign in to comment.