]> granicus.if.org Git - python/commitdiff
Fix-up attribution per IRC discussion with GPolo.
authorRaymond Hettinger <python@rcn.com>
Wed, 8 Apr 2009 00:09:26 +0000 (00:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 8 Apr 2009 00:09:26 +0000 (00:09 +0000)
Doc/whatsnew/3.1.rst

index 951e67843119a441c43d7f7b14ad360413f64d9e..f4ffd762739885c957877896399f27a99103e80e 100644 (file)
@@ -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::