diff --git a/content/en/docs/languages/python/instrumentation.md b/content/en/docs/languages/python/instrumentation.md index c06da44236f6..0affdb667079 100644 --- a/content/en/docs/languages/python/instrumentation.md +++ b/content/en/docs/languages/python/instrumentation.md @@ -103,10 +103,6 @@ ending it when `do_work()` is finished. To use the decorator, you must have a `tracer` instance available global to your function declaration. -If you need to add [attributes](#add-attributes-to-a-span), -[events](#adding-events), or [links](#adding-links) then it's less convenient to -use a decorator. - ### Get the current span Sometimes it's helpful to access whatever the current