From 525cffcd7e7fc92d04ddff938c7c60d201d377de Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Wed, 13 May 2009 13:07:14 +0000 Subject: Move news item to correct section, remove spurious 'see below' from docstring. --- Python/marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/marshal.c') diff --git a/Python/marshal.c b/Python/marshal.c index d540e87d5e..8f8ac36576 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -1308,7 +1308,7 @@ The value must be a supported type. Raise a ValueError exception if\n\ 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 * -- cgit v1.2.1