Repository: incubator-beam Updated Branches: refs/heads/python-sdk e39bf3ff4 -> a3de9fb6d
Fix typo in comment Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/52b92029 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/52b92029 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/52b92029 Branch: refs/heads/python-sdk Commit: 52b92029ec8953f957a4a9cc4476ba41ac9ee5e7 Parents: e39bf3f Author: Frank Yellin <[email protected]> Authored: Tue Aug 16 23:03:56 2016 -0700 Committer: Frank Yellin <[email protected]> Committed: Thu Aug 18 14:46:29 2016 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/transforms/ptransform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/52b92029/sdks/python/apache_beam/transforms/ptransform.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/transforms/ptransform.py b/sdks/python/apache_beam/transforms/ptransform.py index 6eb28b0..7fb7caf 100644 --- a/sdks/python/apache_beam/transforms/ptransform.py +++ b/sdks/python/apache_beam/transforms/ptransform.py @@ -221,7 +221,7 @@ class PTransform(WithTypeHints): Args: args: A tuple of position arguments. kwargs: A dictionary of keyword arguments. - arg_name: The name of the second ergument. + arg_name: The name of the second argument. Returns: A (label, value) tuple. The label will be the one passed in or one
