diff --git a/docs/source/algorithms/ReplaceSpecialValues-v1.rst b/docs/source/algorithms/ReplaceSpecialValues-v1.rst index 640a9889e19a793c6931c4d4d2a22b226ba49040..f95d8b3bb08a0b4e1ee12378af26fae0a9302a7a 100644 --- a/docs/source/algorithms/ReplaceSpecialValues-v1.rst +++ b/docs/source/algorithms/ReplaceSpecialValues-v1.rst @@ -75,7 +75,7 @@ Output: ws = ReplaceSpecialValues(ws, SmallNumberThreshold=1e-6) print("Before\t\t After") - print("{0}\t{1}".format(wsYArray[0], ws.readY(0)[0])) + print("{0}\t{1:.1f}".format(wsYArray[0], ws.readY(0)[0])) Output: