Skip to content

Commit

Permalink
Docstring fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Dec 17, 2024
1 parent 0f4c647 commit c83444d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/metrics/monitoring_infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def is_string_set(monitoring_info_proto):


def is_bounded_trie(monitoring_info_proto):
"""Returns true if the monitoring info is a StringSet metric."""
"""Returns true if the monitoring info is a BoundedTrie metric."""
return monitoring_info_proto.type in BOUNDED_TRIE_TYPES


Expand Down

0 comments on commit c83444d

Please sign in to comment.