diff options
author | Georg Brandl <georg@python.org> | 2012-02-26 22:02:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-26 22:02:53 (GMT) |
commit | 6181b397c44842ba3d651f1a1ba41e3f8adb0d49 (patch) | |
tree | c3eed4db0f235b13a848503e8377fca35af9b195 /Doc | |
parent | 9bd126a1c41dfcb60c0f7fa7128688f1f5ae142a (diff) | |
download | cpython-6181b397c44842ba3d651f1a1ba41e3f8adb0d49.zip cpython-6181b397c44842ba3d651f1a1ba41e3f8adb0d49.tar.gz cpython-6181b397c44842ba3d651f1a1ba41e3f8adb0d49.tar.bz2 |
Remove duplicate label.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 9023dfa..9d161fa 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -49,8 +49,6 @@ This article explains the new features in Python 3.3, compared to 3.2. -.. _pep-3118: - PEP 3118: New memoryview implementation and buffer protocol documentation ========================================================================= |