From 391e7a5f8139a584f346677a11ce302156a715e9 Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Wed, 21 Nov 2018 18:04:05 +0100
Subject: [PATCH] Doc fix: clarify where ChemClass constants are defined.

---
 modules/mol/base/doc/entity.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst
index f08dfe935..4d9f7733d 100644
--- a/modules/mol/base/doc/entity.rst
+++ b/modules/mol/base/doc/entity.rst
@@ -2032,6 +2032,7 @@ ChemClass
     * ``WATER``             = 'W'
     * ``UNKNOWN``           = 'U'
 
+  The constants are defined directly within the :mod:`mol` module.
   Python can implicitly convert characters to objects of this type. Note however
   that only the first character of a :class:`str` object is considered!
 
-- 
GitLab