Skip to content

Commit

Permalink
fix doc str typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh authored Oct 11, 2023
1 parent c9be311 commit dee2f20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/atomate2/common/flows/defect.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ class FormationEnergyMaker(Maker, ABC):
with `relax_radius`.
validate_charge: bool
Whether to validate the charge of the defect. If True, the charge of the
output structure will have to match the charge of the input defect. This
help catch situations where the charge of the output defect is either
improperly set of improperly parsed before the data is stored in the
Whether to validate the charge of the defect. If True (default), the charge
of the output structure will have to match the charge of the input defect.
This helps catch situations where the charge of the output defect is either
improperly set or improperly parsed before the data is stored in the
database.
collect_defect_entry_data: bool
Expand Down

0 comments on commit dee2f20

Please sign in to comment.