[Python-checkins] r77703 - python/trunk/Doc/library/profile.rst

georg.brandl python-checkins at python.org
Sat Jan 23 09:47:54 CET 2010


Author: georg.brandl
Date: Sat Jan 23 09:47:54 2010
New Revision: 77703

Log:
#7725: fix referencing issue.

Modified:
   python/trunk/Doc/library/profile.rst

Modified: python/trunk/Doc/library/profile.rst
==============================================================================
--- python/trunk/Doc/library/profile.rst	(original)
+++ python/trunk/Doc/library/profile.rst	Sat Jan 23 09:47:54 2010
@@ -124,7 +124,7 @@
 
    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


More information about the Python-checkins mailing list