+
+
+
+
+
\ No newline at end of file
diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py
index c78050d..0c42eee 100644
--- a/proj/y2t/y2t.py
+++ b/proj/y2t/y2t.py
@@ -60,5 +60,5 @@ if currentString:
blocks = len(sList)
for i in range(blocks):
- print('This is part '+ str(i+1) +'/'+ str(blocks) + "of the transcript of a video named: "+ title)
+ print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title)
print(sList[i])