diff options
author | Georg Brandl <georg@python.org> | 2009-11-12 08:29:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-11-12 08:29:46 (GMT) |
commit | 7232d41569fa4d76c1d3e0c9c87c3f56311e6829 (patch) | |
tree | 72e597fc8ea8383f0a302abbfb963ea8e49a5ef0 | |
parent | 310c9fec1a55bb600daaa062c953faa1f9b2b2f3 (diff) | |
download | cpython-7232d41569fa4d76c1d3e0c9c87c3f56311e6829.zip cpython-7232d41569fa4d76c1d3e0c9c87c3f56311e6829.tar.gz cpython-7232d41569fa4d76c1d3e0c9c87c3f56311e6829.tar.bz2 |
Give the profile module a module directive.
-rw-r--r-- | Doc/library/profile.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 4d71437..8370f4d 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -7,6 +7,8 @@ The Python Profilers .. sectionauthor:: James Roskind +.. module:: profile + :synopsis: Python source profiler. .. index:: single: InfoSeek Corporation |