From 32d7c1a3d156bc80eaa0b7bba6f657667336b6d8 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavalias-github@xavier.robin.name>
Date: Tue, 17 Jan 2023 16:21:51 +0100
Subject: [PATCH] doc: there is no 'other' property (not possible)

---
 modules/mol/base/src/bond_handle.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/mol/base/src/bond_handle.hh b/modules/mol/base/src/bond_handle.hh
index 76acfff53..26a9df83c 100644
--- a/modules/mol/base/src/bond_handle.hh
+++ b/modules/mol/base/src/bond_handle.hh
@@ -76,7 +76,6 @@ public:
 
   /// \brief get other atom
   /// Returns one of the two atoms that does not match the given one.
-  /// In python also available as the property other
   AtomHandle GetOther(const AtomHandle& a) const;
   //@}
 
-- 
GitLab