Update openmc/mesh.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Rémi Delaporte-Mathurin 2023-01-28 08:50:45 -05:00 committed by GitHub
parent 198b5bdad4
commit a51d31ec78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -447,7 +447,7 @@ class RegularMesh(StructuredMesh):
warnings.warn("Unsetting width attribute.")
if self.lower_left is not None and any(np.isclose(self.lower_left, upper_right)):
raise ValueError("mesh cannot have zero thickness is any dimension")
raise ValueError("Mesh cannot have zero thickness in any dimension")
@width.setter
def width(self, width):