From 12b6d98f8d9111422638e84ad3e07cf5ec4ad807 Mon Sep 17 00:00:00 2001 From: Vlad Dmitrijevits <2tunnels@proton.me> Date: Thu, 15 Dec 2022 17:55:11 +0100 Subject: [PATCH] Typo --- content/en/docs/instrumentation/python/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/python/manual.md b/content/en/docs/instrumentation/python/manual.md index f5bd89e490dc..1f0050e05f18 100644 --- a/content/en/docs/instrumentation/python/manual.md +++ b/content/en/docs/instrumentation/python/manual.md @@ -159,7 +159,7 @@ current_span.set_attribute("operation.other-stuff", [1, 2, 3]) [Semantic Attributes](/docs/reference/specification/trace/semantic_conventions/) are pre-defined [Attributes](/docs/concepts/signals/traces/#attributes) that are well-known naming conventions for common kinds of data. Using Semantic Attributes lets you normalize this kind of information across your systems. -To use Semantic Attributes in Python, ensure you have the semantic convetions package: +To use Semantic Attributes in Python, ensure you have the semantic conventions package: ```shell pip install opentelemetry-semantic-conventions