Skip to content

Commit

Permalink
Cleaning up join documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Dec 30, 2023
1 parent 262bfd7 commit 0d7b8e7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions trussme/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ def free(self):
"""
Free translation in all directions
Parameters
----------
None
Returns
-------
None
Expand All @@ -231,11 +227,7 @@ def free(self):

def pinned(self):
"""
Restrict translation in all directions
Parameters
----------
None
Restrict translation in all directions, creating a pinned joint
Returns
-------
Expand Down

0 comments on commit 0d7b8e7

Please sign in to comment.