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

Update RmoveBins docs

Refs #20818
parent 73bd136d
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ Usage
OutputWorkspace = RemoveBins( ws, 20, 35)
# Show workspaces
print "Before RemoveBins",ws.readY(0)
print "After RemoveBins",OutputWorkspace.readY(0)
print("Before RemoveBins {}".format(ws.readY(0)))
print("After RemoveBins {}".format(OutputWorkspace.readY(0)))
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