Skip to content

Commit 70c36a6

Browse files
committed
typo in console output
1 parent 045b758 commit 70c36a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protein/example_protein.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run():
102102
# print(f"finished frame {frame}")
103103
endQuery = time.time()
104104

105-
print(f"readin time {endReadIn-startReadIn}")
105+
print(f"read in time {endReadIn-startReadIn}")
106106
print(f"query loop time {endQuery-endReadIn}")
107107
print(f"query time last run {endQueryTime-startQueryTime}")
108108

0 commit comments

Comments
 (0)