diff --git a/docs/source/algorithms/SaveNXSPE-v1.rst b/docs/source/algorithms/SaveNXSPE-v1.rst index f242aa8076e80a1d6a132a763d9ee98976850049..3f7e7c014a7c9e42111e31b1e00afb2279934be9 100644 --- a/docs/source/algorithms/SaveNXSPE-v1.rst +++ b/docs/source/algorithms/SaveNXSPE-v1.rst @@ -57,7 +57,7 @@ Usage print("Contents of the first spectrum = " + str(in_ws.readY(0)) + ".") print("Initial and loaded workspaces comparison is: {}".format(str(ws_comparison_rez[0]))) run = in_ws.getRun(); - print("Loaded workspace has attached incident energy Ei={0:5} and rotation angle Psi={1:5}deg".format(run.getLogData('Ei').value,run.getLogData('psi').value)) + print("Loaded workspace has attached incident energy Ei={0:.1f} and rotation angle Psi={1:.1f}deg".format(run.getLogData('Ei').value,run.getLogData('psi').value)) .. testcleanup:: ExSimpleSavingRoundtrip