From a38c028ff1a0f750044a585f9ac79d94e4e59d39 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Fri, 4 Oct 2024 22:41:41 -0700 Subject: [PATCH] Fix typos --- examples/associated.py | 2 +- modelcif/reference.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/associated.py b/examples/associated.py index d848166..0f1ace8 100644 --- a/examples/associated.py +++ b/examples/associated.py @@ -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. diff --git a/modelcif/reference.py b/modelcif/reference.py index 9f4c40f..8eb8e68 100644 --- a/modelcif/reference.py +++ b/modelcif/reference.py @@ -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 "