Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Oct 23, 2024
1 parent ec4b574 commit 9db2970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd_beamphysics/fields/fieldmesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def setter(self, value):
return property(
getter,
setter,
doc=f"Mesh minimim in {name} in units of {pg_units(name)}. This can also be set.",
doc=f"Mesh minimum in {name} in units of {pg_units(name)}. This can also be set.",
)


Expand Down

0 comments on commit 9db2970

Please sign in to comment.