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

Update SaveDetectorsGrouping docs

Refs #20823
parent ff0bcd31
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ Usage
SaveDetectorsGrouping(grouping, save_path)
with open(save_path, 'r') as f:
print f.read().replace('\t', ' ').strip()
print(f.read().replace('\t', ' ').strip())
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