From 8e8ce668ad4ed0526fcb20a4edac49f119cb0145 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavalias-github@xavier.robin.name> Date: Tue, 13 Sep 2022 08:49:09 +0200 Subject: [PATCH] doc: there is no SetResidueName function, use RenameResidue instead --- modules/mol/base/doc/entity.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index c0ff8b8c1..9e7acf706 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -569,7 +569,7 @@ The Handle Classes or longer for structures loaded from formats other than PDB. This property is read-only. To change the name of the residue, use - :meth:`EditorBase.SetResidueName`. + :meth:`~EditorBase.RenameResidue`. .. attribute:: number @@ -1696,7 +1696,7 @@ The View Classes or longer for structures loaded from formats other than PDB. This property is read-only. To change the name of the residue, use - :meth:`EditorBase.SetResidueName`. + :meth:`~EditorBase.RenameResidue`. .. attribute:: number -- GitLab