Skip to content

Commit b7802b0

Browse files
hkajolivielpeau
authored andcommitted
fix comment
1 parent 58e90b8 commit b7802b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/orchestrator/baseutil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class BaseUtil:
2222
- _get_transient_tags: tags can change and won't be cached (TODO)
2323
- invalidate_cache: custom cache invalidation logic
2424
- is_detected (staticmethod)
25-
- get_host_tags: list of tags that are applied to the host in Datadog
26-
- get_host_metadata: dict of container-related host metadata (typically node labels)
25+
- get_host_tags: list of tags that are applied to the host in Datadog (typically node labels)
26+
- get_host_metadata: dict of container-related host metadata
2727
"""
2828
__metaclass__ = Singleton
2929

0 commit comments

Comments
 (0)