Skip to content

Commit 8d7b540

Browse files
Merge branch 'scaleto2' of github.com:yucongalicechen/diffpy.utils into scaleto2
2 parents 27da4de + cdf4b49 commit 8d7b540

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/examples/diffraction_objects_example.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,9 @@ we would replace the code above with
104104
plt.show()
105105
106106
The ``scale_to()`` method returns a new ``DiffractionObject`` which we can assign to a new
107-
variable and make use of,
107+
variable and make use of.
108108

109-
The default behavior is to align the objects based on the maximal q-value of each diffraction object,
110-
so they will align at the intensity at these indices.
109+
The default behavior is to align the objects based on the maximal value of each diffraction object.
111110

112111
.. code-block:: python
113112

0 commit comments

Comments
 (0)