[Python-checkins] cpython: fix link to instrumentation

benjamin.peterson python-checkins at python.org
Sat Sep 10 20:38:56 EDT 2016


https://hg.python.org/cpython/rev/46b8d7aca720
changeset:   103598:46b8d7aca720
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Sep 10 17:38:51 2016 -0700
summary:
  fix link to instrumentation

files:
  Doc/whatsnew/3.6.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -423,7 +423,7 @@
 without the need to recompile specific debug builds or providing
 application-specific profiling/debugging code.
 
-More details in:ref:`instrumentation`.
+More details in :ref:`instrumentation`.
 
 The current implementation is tested on Linux and macOS.  Additional
 markers may be added in the future.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list