Skip to content
Snippets Groups Projects
Commit 9d2841c8 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Doc: clarify string conversion ChemType/ChemClass.

parent a0c4a4ca
No related branches found
No related tags found
No related merge requests found
...@@ -2033,6 +2033,7 @@ ChemClass ...@@ -2033,6 +2033,7 @@ ChemClass
* ``UNKNOWN`` = 'U' * ``UNKNOWN`` = 'U'
Python can implicitly convert characters to objects of this type. Python can implicitly convert characters to objects of this type.
Note however that only the first character of a :class:`str` is considered!
:param chem_class: Chemical class to set. :param chem_class: Chemical class to set.
:type chem_class: :class:`str` :type chem_class: :class:`str`
...@@ -2072,6 +2073,7 @@ ChemType ...@@ -2072,6 +2073,7 @@ ChemType
* ``UNKNOWN`` = 'U' * ``UNKNOWN`` = 'U'
Python can implicitly convert characters to objects of this type. Python can implicitly convert characters to objects of this type.
Note however that only the first character of a :class:`str` is considered!
:param chem_type: Chemical type to set. :param chem_type: Chemical type to set.
:type chem_type: :class:`str` :type chem_type: :class:`str`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment