Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7466e6b

Browse files
author
Guido van Rossum
committed
Add the original author of profile.py back to the docs, at his request. (Merge)
2 parents 91c4e60 + 6eb740b commit 7466e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ profiling interface:
3333
2. :mod:`profile`, a pure Python module whose interface is imitated by
3434
:mod:`cProfile`, but which adds significant overhead to profiled programs.
3535
If you're trying to extend the profiler in some way, the task might be easier
36-
with this module.
36+
with this module. Originally designed and written by Jim Roskind.
3737

3838
.. note::
3939

0 commit comments

Comments
 (0)