mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove mentions of previous license in profile module docs (#12417 followup).
Also remove an extra docstring.
This commit is contained in:
parent
8cdc40e3b0
commit
ee19c772cb
3 changed files with 1 additions and 59 deletions
|
@ -1,13 +1,9 @@
|
|||
"""Class for printing reports on profiled python code."""
|
||||
|
||||
# Class for printing reports on profiled python code. rev 1.0 4/1/94
|
||||
#
|
||||
# Written by James Roskind
|
||||
# Based on prior profile module by Sjoerd Mullender...
|
||||
# which was hacked somewhat by: Guido van Rossum
|
||||
|
||||
"""Class for profiling Python code."""
|
||||
|
||||
# Copyright Disney Enterprises, Inc. All Rights Reserved.
|
||||
# Licensed to PSF under a Contributor Agreement
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue