Skip to content

Commit

Permalink
Update search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Mar 31, 2023
1 parent 07b8a91 commit 387a053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nuad/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,7 @@ def search_for_sequences(design: nc.Design, params: SearchParameters) -> None:
The :any:`Design` containing the :any:`Domain`'s to which to assign DNA sequences
and the :any:`Constraint`'s that apply to them
:param params:
A :any:`SearchParameters` object with attributes that can be called within this function
for flexibility.
A :any:`SearchParameters` object with attributes that can be used to specify options for the search.
"""

Expand Down

0 comments on commit 387a053

Please sign in to comment.