File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
sdks/python/apache_beam/yaml
website/www/site/content/en/documentation/sdks Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def read_from_text(path: str):
5656
5757 """Reads lines from a text files.
5858
59- The resulting PCollection consists of rows with a single string filed named
59+ The resulting PCollection consists of rows with a single string field named
6060 "line."
6161
6262 Args:
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ tests:
180180As before, each test only executes the portion of the pipeline between the
181181mock inputs and expected outputs. Note that the named transform in a
182182` mock_inputs ` specification * is* executed, while the named transform of a
183- ` mock_oupputs ` specification is not.
183+ ` mock_outputs ` specification is not.
184184Similarly, the named transform of a ` expected_inputs ` specification is * not*
185185executed, while the named transform of an ` expected_outputs ` necessarily is.
186186
@@ -225,10 +225,10 @@ are meaningful and as expected.)
225225
226226## Branching pipelines
227227
228- For complex, branching pipelines, any number of ` mock_inputs ` and ` mock_outupts `
228+ For complex, branching pipelines, any number of ` mock_inputs ` and ` mock_outputs `
229229may be enumerated to provide the input data, and any number of ` expected_inputs `
230230and ` expected_outputs ` validations may be specified as well.
231- In both the ` mock_outupts ` and ` expected_outputs ` block, multiple outputs can
231+ In both the ` mock_outputs ` and ` expected_outputs ` block, multiple outputs can
232232be disambiguated with the ` TransformName.output_name ` notation just as when
233233authoring a yaml pipeline.
234234
You can’t perform that action at this time.
0 commit comments