summaryrefslogtreecommitdiffstats
path: root/Doc/library/marshal.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/marshal.rst')
-rw-r--r--Doc/library/marshal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/marshal.rst b/Doc/library/marshal.rst
index 8b14ee4..e8e9071 100644
--- a/Doc/library/marshal.rst
+++ b/Doc/library/marshal.rst
@@ -67,7 +67,7 @@ this module. The following types are supported:
* Added format version 4, which supports efficient representations
of short strings.
-.. versionchanged:: next
+.. versionchanged:: 3.14
Added format version 5, which allows marshalling slices.