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

Update SaveCanSAS1D docs

Refs #20823
parent 6369cd54
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ Usage
SaveCanSAS1D(out_ws, file_path, Version=1)
in_ws = LoadCanSAS1D(file_path)
print "Contents of the file = " + str(in_ws.readY(0)) + "."
print("Contents of the file = " + str(in_ws.readY(0)) + ".")
.. testcleanup:: ExSimpleSavingRoundtrip
......
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