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).