This is an automated email from the ASF dual-hosted git repository.
damccorm 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 0bb5be45bf1 Fix typo in docstring (#25630)
0bb5be45bf1 is described below
commit 0bb5be45bf1718bb7648a21a570de2e3ed550546
Author: Yuvi Panda <[email protected]>
AuthorDate: Fri Feb 24 13:13:21 2023 -0800
Fix typo in docstring (#25630)
---
sdks/python/apache_beam/pipeline.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/pipeline.py
b/sdks/python/apache_beam/pipeline.py
index 0ba90730830..e0944d81d1b 100644
--- a/sdks/python/apache_beam/pipeline.py
+++ b/sdks/python/apache_beam/pipeline.py
@@ -1013,7 +1013,7 @@ class PipelineVisitor(object):
"""For internal use only; no backwards-compatibility guarantees.
Visitor pattern class used to traverse a DAG of transforms
- (used internally by Pipeline for bookeeping purposes).
+ (used internally by Pipeline for bookkeeping purposes).
"""
def visit_value(self, value, producer_node):
# type: (pvalue.PValue, AppliedPTransform) -> None