Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 5, 2024
1 parent 6b54796 commit a38c028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/associated.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# multiple mmCIF files, putting some of the quality score information not
# into the main mmCIF file but into a separate "associated" file.
# These associated files are referenced in the main file
# (see System.repositories) so we can programatically download and
# (see System.repositories) so we can programmatically download and
# extract them.
# This example requires Python 3.

Expand Down
2 changes: 1 addition & 1 deletion modelcif/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, code, accession, align_begin=None, align_end=None,
"align_begin and align_end are deprecated, and will be "
"removed in a future python-modelcif release. Specify the "
"database sequence and provide one or more "
"modelcif.reference.Alignment objects intead.", stacklevel=2)
"modelcif.reference.Alignment objects instead.", stacklevel=2)
if sequence is None:
warnings.warn(
"No sequence provided. The canonical sequence of the Entity "
Expand Down

0 comments on commit a38c028

Please sign in to comment.