We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f767b commit afe814bCopy full SHA for afe814b
src/diffpy/utils/diffraction_objects.py
@@ -63,7 +63,7 @@ class DiffractionObject:
63
>>> from diffpy.utils.diffraction_objects import DiffractionObject
64
...
65
>>> 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
+ >>> y = np.array([10, 20, 40, 60]) # intensity values
67
>>> metadata = {
68
... "package_info": {"version": "3.6.0"}
69
... }
0 commit comments