diff options
author | Antoine Pitrou <antoine@python.org> | 2020-05-01 19:54:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 19:54:44 (GMT) |
commit | e05828055e5165cc7268ea3bea33adc502e054a1 (patch) | |
tree | dfd60cebfbfe8a97ffc2086910ab2f357708b715 /Misc | |
parent | c9d7d32b6dc6140f7fcbf1ae1120df6d59fc28d0 (diff) | |
download | cpython-e05828055e5165cc7268ea3bea33adc502e054a1.zip cpython-e05828055e5165cc7268ea3bea33adc502e054a1.tar.gz cpython-e05828055e5165cc7268ea3bea33adc502e054a1.tar.bz2 |
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
(cherry picked from commit 289842a)
Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
Automerge-Triggered-By: @pitrou
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-01-24-05-42-57.bpo-39435.EFcdFU.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -769,6 +769,7 @@ Manuel Jacob David Jacobs Kevin Jacobs Kjetil Jacobsen +Shantanu Jain Bertrand Janin Geert Jansen Jack Jansen diff --git a/Misc/NEWS.d/next/Documentation/2020-01-24-05-42-57.bpo-39435.EFcdFU.rst b/Misc/NEWS.d/next/Documentation/2020-01-24-05-42-57.bpo-39435.EFcdFU.rst new file mode 100644 index 0000000..40294c1 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-01-24-05-42-57.bpo-39435.EFcdFU.rst @@ -0,0 +1 @@ +Fix an incorrect signature for :func:`pickle.loads` in the docs
\ No newline at end of file |