Skip to content

Commit

Permalink
DOC: Better attribution to bugfix author.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanderson committed Oct 8, 2015
1 parent e4c2b5d commit e0e6487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/ultratb.py
Expand Up @@ -224,7 +224,7 @@ def findsource(object):


# This is a patched version of inspect.getargs that applies the (unmerged)
# patch for http://bugs.python.org/file25269/issue_14611. This fixes
# patch for http://bugs.python.org/issue14611 by Stefano Taschini. This fixes
# https://github.com/ipython/ipython/issues/8205 and
# https://github.com/ipython/ipython/issues/8293
def getargs(co):
Expand Down

0 comments on commit e0e6487

Please sign in to comment.