]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Aug 2020 17:15:38 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 17:15:38 +0000 (19:15 +0200)
commit43577c01a2ab49122db696e9eaec6cb31d11cc81
tree271df01081e4ca3baf2cb6e923b717782471b85c
parente087f7cd43dfa4223c55a8ecd71f4a7d685178e4
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)

Use generic '.. object::' to declare markers, rather than abusing
'..  c:function::' which fails on Sphinx 3.
Doc/howto/instrumentation.rst