From 6bb06bdcd6b4ffbaea41e53a049328487b2f962c Mon Sep 17 00:00:00 2001 From: Matt Dorn Date: Fri, 6 Dec 2024 17:35:03 -0600 Subject: [PATCH] Update tutorial-enable-python-containers.md Indicate line number does not correspond with current repo. --- content/en/tracing/guide/tutorial-enable-python-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/guide/tutorial-enable-python-containers.md b/content/en/tracing/guide/tutorial-enable-python-containers.md index 0412a1d10320d..b6c43b463947c 100644 --- a/content/en/tracing/guide/tutorial-enable-python-containers.md +++ b/content/en/tracing/guide/tutorial-enable-python-containers.md @@ -327,7 +327,7 @@ You can add custom instrumentation by using code. Suppose you want to further in ```python from ddtrace import tracer ``` -3. Inside the `try` block, at about line 28, add the following `with` statement: +3. Inside the `try` block, at about line 41, add the following `with` statement: ```python with tracer.trace(name="notes_helper", service="notes_helper", resource="another_process") as span: