Merge heads
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index a23b823..012300c 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -731,7 +731,7 @@
   methods of :class:`bytes` and :class:`bytearray` objects now accept an
   integer between 0 and 255 as their first argument.
 
-  (:issue:`12170`)
+  (Contributed by Petri Lehtinen in :issue:`12170`)
 
 * New methods have been added to :class:`list` and :class:`bytearray`:
   ``copy()`` and ``clear()``.