Add attribution for patch co-author.

This commit is contained in:
Georg Brandl 2009-05-27 19:46:38 +00:00
parent 491a4cb8d9
commit ed23ab677c
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ Some smaller changes made to the core Python language are:
... if '<critical>' in line:
... outfile.write(line)
(Contributed by Georg Brandl;
(Contributed by Georg Brandl and Mattias Brändström;
`appspot issue 53094 <http://codereview.appspot.com/53094>`_.)
* ``round(x, n)`` now returns an integer if *x* is an integer.