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

Update the SaveNISTDAT docs

Refs #20825
parent 2b4f4058
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ Usage
# Load it back in and inspect what we have.
reloaded_data = LoadAscii(file_path)
print "The data read back in is " + str(reloaded_data.readY(0))
print("The data read back in is " + str(reloaded_data.readY(0)))
.. testcleanup:: ExSaveRoundtrip
......
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