Skip to content

Commit 76fea3d

Browse files
author
Filippo Ballerini
committed
Fixed typos in docstring and comment in README.rst and fourigui.py
1 parent ed013ad commit 76fea3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ trying to commit again.
122122

123123
Improvements and fixes are always appreciated.
124124

125-
Before contribuing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.fourigui/blob/main/CODE_OF_CONDUCT.rst>`_.
125+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.fourigui/blob/main/CODE_OF_CONDUCT.rst>`_.
126126

127127
Contact
128128
-------

src/diffpy/fourigui/fourigui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def applycutoff(self):
461461
reassign all voxels with distance smaller than qmin and greater than qmax
462462
from the central voxel to 0.0
463463
qmin, qmax is loaded from the qmin, qmax input panel
464-
currently opperates in units of pixels
464+
currently operates in units of pixels
465465
"""
466466
if not self.cutted:
467467

0 commit comments

Comments
 (0)