Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed May 27, 2024
1 parent cfd8a61 commit 7baecdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rxnutils/routes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
class SynthesisRoute:
"""
This encapsulates a synthesis route or a reaction tree.
It provide convinient methods for assigning atom-mapping
It provide convenient methods for assigning atom-mapping
to the reactions, and for providing reaction-level data
of the route
It is typically initiallized by one of the readers in the
`rxnutils.routes.readers` module.
The tree depth and the forward step is automatically assigned
The tree depth and the forward step are automatically assigned
to each reaction node.
:param reaction_tree: the tree structure representing the route
Expand Down Expand Up @@ -74,7 +74,7 @@ def assign_atom_mapping(
) -> None:
"""
Assign atom-mapping to each reaction in the route and
ensure that is is consistent from root compound and throughout
ensure that it is consistent from root compound and throughout
the route.
It will use NameRxn to assign classification and possiblty atom-mapping,
Expand Down

0 comments on commit 7baecdd

Please sign in to comment.