Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 27, 2024
1 parent 6595a2b commit e15a19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion janus_core/geom_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def optimize(
optimizer : callable
ASE optimization function. Default is `LBFGS`.
opt_kwargs : Optional[dict[str, Any]]
Keyword arguments to pass to optimzer. Default is {}.
Keyword arguments to pass to optimizer. Default is {}.
struct_kwargs : Optional[dict[str, Any]]
Keyword arguments to pass to ase.io.write to save optimized structure.
Must include "filename" keyword. Default is {}.
Expand Down
4 changes: 2 additions & 2 deletions janus_core/single_point.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Perpare and perform single point calculations."""
"""Prepare and perform single point calculations."""

import pathlib
from typing import Any, Literal, Optional, Union
Expand All @@ -11,7 +11,7 @@

class SinglePoint:
"""
Perpare and perform single point calculations.
Prepare and perform single point calculations.
Parameters
----------
Expand Down

0 comments on commit e15a19d

Please sign in to comment.