summaryrefslogtreecommitdiff
path: root/Python/marshal.c
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-05-13 13:07:14 +0000
committerR. David Murray <rdmurray@bitdance.com>2009-05-13 13:07:14 +0000
commit525cffcd7e7fc92d04ddff938c7c60d201d377de (patch)
tree3c6270f02100bce0fea006fd432c9b1fc5497521 /Python/marshal.c
parenta3ec697cbd3fa6733e3fc91fb64030ace6645350 (diff)
downloadcpython-git-525cffcd7e7fc92d04ddff938c7c60d201d377de.tar.gz
Move news item to correct section, remove spurious 'see below'
from docstring.
Diffstat (limited to 'Python/marshal.c')
-rw-r--r--Python/marshal.c2
1 files changed, 1 insertions, 1 deletions
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 *