Skip to content

Commit

Permalink
fix typo (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamurani committed Dec 17, 2023
1 parent d192334 commit f47b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmsd/calculate_rmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def kabsch_weighted_fit(

def kabsch_weighted_rmsd(P: ndarray, Q: ndarray, W: Optional[ndarray] = None) -> float:
"""
Calculate the RMSD between P and Q with optional weighhts W
Calculate the RMSD between P and Q with optional weights W
Parameters
----------
Expand Down

0 comments on commit f47b9b5

Please sign in to comment.