Set parskip to 0 in the table of content.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 178bd5c..cc4c5e1 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -1,6 +1,6 @@
 % Format this file with latex.
  
-\documentstyle[myformat]{report}
+\documentstyle[times,myformat]{report}
 
 \title{\bf
 	Python Tutorial
@@ -50,8 +50,10 @@
 \end{abstract}
 
 \pagebreak
-
+{
+\parskip = 0mm
 \tableofcontents
+}
 
 \pagebreak