You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/04/28 19:57:00 UTC

[beam] branch master updated: [BEAM-14376] Typo in method description doc

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

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8488caff4c9 [BEAM-14376] Typo in method description doc
8488caff4c9 is described below

commit 8488caff4c90b8752d9af45fae3199949f268b49
Author: Oskar Firlej <25...@users.noreply.github.com>
AuthorDate: Thu Apr 28 21:56:53 2022 +0200

    [BEAM-14376] Typo in method description doc
---
 sdks/python/apache_beam/io/gcp/bigquery_tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/gcp/bigquery_tools.py b/sdks/python/apache_beam/io/gcp/bigquery_tools.py
index 92defe139ab..41a2118f8a1 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery_tools.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery_tools.py
@@ -1243,7 +1243,7 @@ class BigQueryWrapper(object):
 
     Returns:
       A tuple (bool, errors). If first element is False then the second element
-      will be a bigquery.InserttErrorsValueListEntry instance containing
+      will be a bigquery.InsertErrorsValueListEntry instance containing
       specific errors.
     """