Skip to content

Commit

Permalink
Update scadnano.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Jul 31, 2021
1 parent a5b3ad1 commit 309a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -3862,7 +3862,7 @@ def from_scadnano_file(filename: str) -> 'Design': # remove quotes when Py3.6 s
"""
Loads a :any:`Design` from the file with the given name.
:param filename: name of the file with the design. Should be a JSON file ending in .dna
:param filename: name of the file with the design. Should be a JSON file ending in .sc
:return: Design described in the file
"""
with open(filename) as f:
Expand Down

0 comments on commit 309a8c1

Please sign in to comment.