summaryrefslogtreecommitdiff
path: root/doc/profiling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/profiling.rst')
-rw-r--r--doc/profiling.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/profiling.rst b/doc/profiling.rst
index ed8403c..243fbce 100644
--- a/doc/profiling.rst
+++ b/doc/profiling.rst
@@ -1,8 +1,8 @@
Profiling support
=================
-
+
If ``sys.argv[0]`` is ``foo``, and the environment
-variable ``FOO_PROFILE`` is set, then the execution of the
+variable ``FOO_PROFILE`` is set, then the execution of the
application (the ``run`` method) is profiled, using ``cProfile``, and
the profile written to the file named in the environment variable.