From: Georg Brandl Date: Thu, 12 Nov 2009 08:29:46 +0000 (+0000) Subject: Give the profile module a module directive. X-Git-Tag: v2.7a1~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7232d41569fa4d76c1d3e0c9c87c3f56311e6829;p=thirdparty%2FPython%2Fcpython.git Give the profile module a module directive. --- diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 4d71437cfe60..8370f4df6563 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