Skip to content

Commit 3640ea9

Browse files
authored
Typo (#2106)
1 parent 14da596 commit 3640ea9

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/instrumentation/python

1 file changed

+1
-1
lines changed

content/en/docs/instrumentation/python/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ current_span.set_attribute("operation.other-stuff", [1, 2, 3])
159159

160160
[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.
161161

162-
To use Semantic Attributes in Python, ensure you have the semantic convetions package:
162+
To use Semantic Attributes in Python, ensure you have the semantic conventions package:
163163

164164
```shell
165165
pip install opentelemetry-semantic-conventions

0 commit comments

Comments
 (0)