Skip to content

Commit

Permalink
Update src/compas_timber/connections/utilities.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chen Kasirer <[email protected]>
  • Loading branch information
papachap and chenkasirer authored Oct 22, 2024
1 parent 633da79 commit 3d3d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_timber/connections/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def are_beams_coplanar(beam_a, beam_b, tol=TOL):
The first beam.
beam_b : :class:`~compas_timber.parts.Beam`
The second beam.
tol : float, optional
tol : :class:`compas.tolerance.Tolerance`, optional
The tolerance for the dot product comparison.
Returns
Expand Down

0 comments on commit 3d3d08e

Please sign in to comment.