From 2f768b828f6d652e27ec8f0c91265af0eaf2b85b Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Wed, 11 Dec 2024 17:48:37 -0500 Subject: [PATCH] whitespace --- .../sdks/python-custom-multi-language-pipelines-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/www/site/content/en/documentation/sdks/python-custom-multi-language-pipelines-guide.md b/website/www/site/content/en/documentation/sdks/python-custom-multi-language-pipelines-guide.md index 829741edaf05..3e2f4ab4690d 100644 --- a/website/www/site/content/en/documentation/sdks/python-custom-multi-language-pipelines-guide.md +++ b/website/www/site/content/en/documentation/sdks/python-custom-multi-language-pipelines-guide.md @@ -26,7 +26,7 @@ To streamline this process, Beam’s portability framework enables the use of po The SchemaTransform framework represents the latest advancement in enhancing this multi-language capability. -The following jumps straight into the guide. Check out the [appendix](#appendix) section below for some of the terminology used here. For a runnable example, check out this [page](python-multi-language-pipelines-2.md). +The following jumps straight into the guide. Check out the [appendix](#appendix) section below for some of the terminology used here. For a runnable example, check out this [page](python-multi-language-pipelines-2.md). ## Create a Java SchemaTransform @@ -274,7 +274,7 @@ This metadata is generated directly from the provider's implementation. The clas ### Portable transform -Also known as a [cross-language transform](../glossary.md#cross-language-transforms): a transform that is made available to other SDKs (i.e. other languages) via an expansion service. Such a transform must offer a way to be constructed using language-agnostic parameter types. +Also known as a [cross-language transform](../glossary.md#cross-language-transforms): a transform that is made available to other SDKs (i.e. other languages) via an expansion service. Such a transform must offer a way to be constructed using language-agnostic parameter types. ### Expansion Service