You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/03/14 23:12:28 UTC

[beam] 01/01: Fix a typo

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch aaltay-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 47db394ea10a3a0382822ab4f868aff08aa9dff0
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Thu Mar 14 16:12:04 2019 -0700

    Fix a typo
---
 sdks/python/apache_beam/metrics/execution.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/metrics/execution.py b/sdks/python/apache_beam/metrics/execution.py
index 57a0a09..4f873b8 100644
--- a/sdks/python/apache_beam/metrics/execution.py
+++ b/sdks/python/apache_beam/metrics/execution.py
@@ -49,7 +49,7 @@ class MetricKey(object):
   """Key used to identify instance of metric cell.
 
   Metrics are internally keyed by the name of the step they're associated with,
-  the name and namespace (if it is a user defined metric) of the the metric,
+  the name and namespace (if it is a user defined metric) of the metric,
   and any extra label metadata added by the runner specific metric collection
   service.
   """