Skip to content

Commit

Permalink
Update mbuild/coordinate_transform.py
Browse files Browse the repository at this point in the history
Co-authored-by: CalCraven <54594941+CalCraven@users.noreply.github.com>
  • Loading branch information
jaclark5 and CalCraven authored Aug 16, 2024
1 parent 8ce8049 commit 61a806a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbuild/coordinate_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def force_overlap(
add_bond : bool, optional, default=True
If `from_positions` and `to_positions` are `Ports`, create a bond
between the two anchor atoms.
reset_labels : bool
If True, the Compound labels will be reset, renumbered
reset_labels : bool, optional, default=True
If True, the Compound labels will be reset, renumbered using the Compound.reset_labels methods
"""
from mbuild.port import Port

Expand Down

0 comments on commit 61a806a

Please sign in to comment.