Skip to content

Commit ecb48ff

Browse files
committed
fix typos
1 parent 32da68b commit ecb48ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chebifier/prediction_models/chemlog_predictor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ def explain_smiles(self, smiles) -> dict:
355355
info = self.get_chemlog_result_info(smiles)
356356
zero_blocks = [
357357
("text", "Results for peptides and peptide-related classes (e.g. peptide anion, depsipeptide) have been calculated"
358-
"with a rule-based system. The following shows which parts of the molecule were identified as relevant"
359-
"structures and have influenced the classification.")
358+
" with a rule-based system. The following shows which parts of the molecule were identified as relevant"
359+
" structures and have influenced the classification.")
360360
]
361361
highlight_blocks = zero_blocks + self.build_explain_blocks_peptides(info)
362362

0 commit comments

Comments
 (0)