From 316c5496f7e2aa0948585e538996d38e898282fc Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:38:46 +0100 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/transformations/python.md --- docs/website/docs/dlt-ecosystem/transformations/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/transformations/python.md b/docs/website/docs/dlt-ecosystem/transformations/python.md index 844217ffc1..b27fa4e6d1 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/python.md +++ b/docs/website/docs/dlt-ecosystem/transformations/python.md @@ -44,7 +44,7 @@ Since dlt supports DataFrames and Arrow tables from resources directly, you can ### A simple example -A simple example that creates a new table from an existing user table but only with columns that do not contain private information. Note that we use the iter_arrow() method on the relation to iterate over the arrow table instead of fetching it all at once. +A simple example that creates a new table from an existing user table but only with columns that do not contain private information. Note that we use the `iter_arrow()` method on the relation to iterate over the arrow table instead of fetching it all at once. ```py pipeline = dlt.pipeline(