Skip to content
Snippets Groups Projects
Verified Commit 2555fd7a authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: fix syntax of class definition

parent 12189444
No related branches found
No related tags found
No related merge requests found
...@@ -109,8 +109,8 @@ be extended with custom connectivity information, if required. ...@@ -109,8 +109,8 @@ be extended with custom connectivity information, if required.
.. class:: HeuristicProcessor(check_bond_feasibility=False, \ .. class:: HeuristicProcessor(check_bond_feasibility=False, \
assign_torsions=True, connect=True, \ assign_torsions=True, connect=True, \
peptide_bonds=True, peptide_bonds=True, \
connect_hetatm=True, connect_hetatm=True, \
zero_occ_treatment=CONOP_WARN) zero_occ_treatment=CONOP_WARN)
The :class:`HeuristicProcessor` implements the :class:`Processor` interface. The :class:`HeuristicProcessor` implements the :class:`Processor` interface.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment