Skip to content
Snippets Groups Projects
Commit fe33f6f5 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Add missing fullstop in PoldiAutoCorrelation docs

Refs #20811
parent 366ac225
No related merge requests found
...@@ -54,7 +54,7 @@ PoldiAutoCorrelation operates on a MatrixWorkspace with a valid POLDI instrument ...@@ -54,7 +54,7 @@ PoldiAutoCorrelation operates on a MatrixWorkspace with a valid POLDI instrument
# The first spectrum contains the correlation data. In this case there should be 5531 bins. # The first spectrum contains the correlation data. In this case there should be 5531 bins.
# On other data or different wavelength limits, this number will be different. # On other data or different wavelength limits, this number will be different.
print("The correlation spectrum has {} data points".format(len(correlated_6904.readY(0)))) print("The correlation spectrum has {} data points.".format(len(correlated_6904.readY(0))))
Output: Output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment