From 901fb27e8bdb5702c3630030c6750867e203a63a Mon Sep 17 00:00:00 2001 From: daniel-prefect Date: Thu, 23 Jan 2025 08:28:40 -0800 Subject: [PATCH] [Docs] Update awkward phrasing in mini-history of Prefect (#16827) --- docs/v3/get-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/get-started/index.mdx b/docs/v3/get-started/index.mdx index 9bfc2b60111a..b0ffb9e0458d 100644 --- a/docs/v3/get-started/index.mdx +++ b/docs/v3/get-started/index.mdx @@ -75,7 +75,7 @@ Prefect is an open-source orchestration engine that turns your Python functions Our story begins with Prefect 1.0, in which we introduced the idea that workflow orchestration should be Pythonic. -Inspired by distributed tools like Dask and building on our founder, Jeremiah Lowin's experience as a PMC member of Apache Airflow, we created a system based on simple Python decorators for tasks and flows. +Inspired by distributed tools like Dask, and building on the experience of our founder, Jeremiah Lowin (a PMC member of Apache Airflow), we created a system based on simple Python decorators for tasks and flows. But what made Prefect truly special was our introduction of task mapping—a feature that would later become foundational to our dynamic execution capabilities (and eventually imitated by other orchestration SDKs).