From 3d669117d0ce94523be65c52f2bbaa53e881af0a Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Fri, 7 Jul 2023 16:49:18 +0200 Subject: [PATCH] doc: alignments don't have generic properties --- modules/base/doc/generic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/doc/generic.rst b/modules/base/doc/generic.rst index 6a183c74e..c04b5f890 100644 --- a/modules/base/doc/generic.rst +++ b/modules/base/doc/generic.rst @@ -24,7 +24,7 @@ classes support generic properties: * :class:`~ost.mol.ResidueHandle` and :class:`~ost.mol.ResidueView` * :class:`~ost.mol.AtomHandle` and :class:`~ost.mol.AtomView` * :class:`~ost.mol.BondHandle` - * :class:`~ost.seq.SequenceHandle` and :class:`~ost.seq.AlignmentHandle` + * :class:`~ost.seq.SequenceHandle` The view variants will reflect the generic properties of the handle variants. -- GitLab