Adjusted to use the new module synopsis support macros.
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 7d2d85f..02325af 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -2,6 +2,7 @@
 \label{module-exceptions}
 \stmodindex{exceptions}
 
+
 Exceptions can be class objects or string objects.  While
 traditionally, most exceptions have been string objects, in Python
 1.5, all standard exceptions have been converted to class objects,