diff --git a/segments.py b/segments.py
index 67c6ed1e78088314daf40de0a00a99040f48a0c6..7dbcc48a5c9054cf27f322581b6dad88e3eac4ed 100755
--- a/segments.py
+++ b/segments.py
@@ -86,5 +86,5 @@ g.list_properties()
 print('Saving graph...')
 g.save(sys.argv[2])
 t1 = time.perf_counter()
-print(f'Done saving in {t1 - t0:.0f} s.')
+print(f'Done saving in {t1 - t0:.0f} s')
 print("Everything is cool.")