summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-11 00:38:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-11 00:38:51 (GMT)
commit47503c5a8deab43ea24333498ef9fb6daeb0ba7e (patch)
tree7be21d9f9ba6fe8449556b84f1e0726289592e5f /Doc/whatsnew
parent39e10616fbbb84e4ffbd24d1206dae030c06fa65 (diff)
downloadcpython-47503c5a8deab43ea24333498ef9fb6daeb0ba7e.zip
cpython-47503c5a8deab43ea24333498ef9fb6daeb0ba7e.tar.gz
cpython-47503c5a8deab43ea24333498ef9fb6daeb0ba7e.tar.bz2
fix link to instrumentation
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 59ac332..e6d3973 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -423,7 +423,7 @@ This can be used to instrument running interpreters in production,
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.