From 4a471550057cf26c55cd5ac5e9e1c9ad849b574b Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Fri, 7 Jul 2023 13:55:16 +0200 Subject: [PATCH] doc: typo --- modules/mol/base/doc/entity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index b854b2b24..ea122b111 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -1696,7 +1696,7 @@ Entity View .. code-block:: python - the_copy=view.Select(') + the_copy = view.Select('') :rtype: :class:`EntityView` -- GitLab