Move news item to correct section, remove spurious 'see below'
from docstring.
diff --git a/Python/marshal.c b/Python/marshal.c
index d540e87..8f8ac36 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -1308,7 +1308,7 @@
 value has (or contains an object that has) an unsupported type.\n\
 \n\
 New in version 2.4: The version argument indicates the data format that\n\
-dumps should use (see below).");
+dumps should use.");
 
 
 static PyObject *