Skip to content

Commit

Permalink
Documentation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Jan 7, 2024
1 parent 2a51cec commit 82d3849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trussme/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def make_truss_generator_function(
Returns
-------
Callable[[list[float]]
A tuple containing a vector that describes the input truss and a function that takes a list of floats and returns a truss.
Callable[list[float], Truss]
A function that takes a list of floats and returns a truss.
"""

planar_direction: str = truss.is_planar()
Expand Down

0 comments on commit 82d3849

Please sign in to comment.