Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhjensen2 committed Jan 5, 2022
1 parent d3982c1 commit 74ee061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xyz2mol.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def xyz2mol(atoms, coordinates, charge=0, allow_charged_fragments=True,

# Convert AC to bond order matrix and add connectivity and charge info to
# mol object
new_mol = AC2mol(mol, AC, atoms, charge,
new_mols = AC2mol(mol, AC, atoms, charge,
allow_charged_fragments=allow_charged_fragments,
use_graph=use_graph,
use_atom_maps=use_atom_maps)
Expand Down

0 comments on commit 74ee061

Please sign in to comment.