Skip to content

Commit

Permalink
Resolve small syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Feb 17, 2017
1 parent 8827cbd commit 1891682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/algorithms/DeleteWorkspaces-v1.rst
Expand Up @@ -22,7 +22,7 @@ Usage
sample_ws = CreateSingleValuedWorkspace(5.0)
sample_ws2 = CreateSingleValuedWorkspace(5.0)

DeleteWorkspaces([sample_ws,sample_ws2)
DeleteWorkspaces([sample_ws,sample_ws2])

print "sample_ws exists in mantid:",("sample_ws" in mtd)
print "sample_ws2 exists in mantid:",("sample_ws2" in mtd)
Expand Down

0 comments on commit 1891682

Please sign in to comment.