Skip to content

Commit afe814b

Browse files
committed
Fix typo in docstrings
1 parent d1f767b commit afe814b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/utils/diffraction_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class DiffractionObject:
6363
>>> from diffpy.utils.diffraction_objects import DiffractionObject
6464
...
6565
>>> x = np.array([0.12, 0.24, 0.31, 0.4]) # independent variable (e.g., q)
66-
>>> y = np.array([10, 20, 40, 60]) # intensity valuester
66+
>>> y = np.array([10, 20, 40, 60]) # intensity values
6767
>>> metadata = {
6868
... "package_info": {"version": "3.6.0"}
6969
... }

0 commit comments

Comments
 (0)