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
commitbeca2161f2455cb0354ce58492920555dd3dea8b (patch)
tree5f7d2e2662a94529cc586c1109fee587dd07a436 /Python/marshal.c
parent1459b27193bb1be8bbcf2ca51a09f8b8f8aa0b9e (diff)
downloadcpython-beca2161f2455cb0354ce58492920555dd3dea8b.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 *