summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-08 00:09:26 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-08 00:09:26 (GMT)
commitd1b3de365c0f10f09137e5d8d597a970921ac27d (patch)
tree8dee42cc34af11d8786ba31f0630e9b93f128682 /Doc
parent347396af732597696427e5633a041bc87b187c0e (diff)
downloadcpython-d1b3de365c0f10f09137e5d8d597a970921ac27d.zip
cpython-d1b3de365c0f10f09137e5d8d597a970921ac27d.tar.gz
cpython-d1b3de365c0f10f09137e5d8d597a970921ac27d.tar.bz2
Fix-up attribution per IRC discussion with GPolo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.1.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index 951e678..f4ffd76 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -179,8 +179,7 @@ New, Improved, and Deprecated Modules
The basic idea of ttk is to separate, to the extent possible, the code
implementing a widget's behavior from the code implementing its appearance.
- (Contributed by Kevin Walzer and Guilherme Polo; :issue:`2618` and
- :issue:`2983`.)
+ (Contributed by Guilherme Polo; :issue:`2983`.)
* The :class:`gzip.GzipFile` and :class:`bz2.BZ2File` classes now support
the context manager protocol::