From: Georg Brandl Date: Sat, 23 Jan 2010 08:47:54 +0000 (+0000) Subject: #7725: fix referencing issue. X-Git-Tag: v2.7a3~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3b0cd75b22aa09bd849a74fb92e22ba831dfcd4;p=python #7725: fix referencing issue. --- diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 8370f4df65..a69a0da378 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