Skip to content

Commit

Permalink
docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Oct 13, 2023
1 parent 4c0fd9b commit f9a2ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/diffraction/crystal.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def from_prismatic(filepath):
# check if ase is installed
if find_spec("ase") is None:
raise ImportWarning(
"Could not import ASE, please install, restart and try again"
"Could not import ASE, please install, and try again"
)
else:
from ase.io import read
Expand Down

0 comments on commit f9a2ad8

Please sign in to comment.