diff options
-rw-r--r-- | Lib/pstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py index b62aa98..25ca7fb 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -4,7 +4,7 @@ # Based on prior profile module by Sjoerd Mullender... # which was hacked somewhat by: Guido van Rossum # -# see jprofile.doc and jprofile.py for more info. +# see profile.doc and profile.py for more info. # Copyright 1994, by InfoSeek Corporation, all rights reserved. # Written by James Roskind |