From c3b0cd75b22aa09bd849a74fb92e22ba831dfcd4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 23 Jan 2010 08:47:54 +0000 Subject: [PATCH] #7725: fix referencing issue. --- Doc/library/profile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 8370f4df656..a69a0da3788 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -124,7 +124,7 @@ script. For example:: cProfile.py [-o output_file] [-s sort_order] -:option:`-s` only applies to standard output (:option:`-o` is not supplied). +``-s`` only applies to standard output (``-o`` is not supplied). Look in the :class:`Stats` documentation for valid sort values. When you wish to review the profile, you should use the methods in the