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/15 23:24:03 UTC

[beam] branch aaltay-patch-1 created (now 6adb5a5)

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

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


      at 6adb5a5  Fix a typo

This branch includes the following new commits:

     new 6adb5a5  Fix a typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix a typo

Posted by al...@apache.org.
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 6adb5a5763abf973786e868d103b24d8a30f8862
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Fri Mar 15 16:23:54 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.
   """