Skip to content

Commit b3b08f0

Browse files
committed
change printed message
1 parent afca68c commit b3b08f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profile_conversion_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ def main(args):
111111

112112

113113
if __name__ == '__main__':
114-
print('Begin Profile with', sys.argv[1:])
114+
print('Begin profiling with', sys.argv[1:])
115115
main(sys.argv[1:])
116116
print('Profile complete.')

0 commit comments

Comments
 (0)