From b539803b9e405f751c153f556944199602812308 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 21 Dec 2023 18:53:03 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jesse Mostipak --- tutorials/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/intro.md b/tutorials/intro.md index 497569c2..5fca5ff3 100644 --- a/tutorials/intro.md +++ b/tutorials/intro.md @@ -62,13 +62,13 @@ TODO: This will be replaced with a interactive CSS element that walks users thro The content in this tutorial series is beginner friendly and assumes that you have not created a Python package before. However, the content will still be valuable if you are interested in better -understand the steps for creating a Python package. +understanding the steps involved in creating a Python package. -In this series you will learn about the core elements that you need to publish your package to PyPI. +In this series you will learn about the core elements that you need to publish your package to the [Python Package Index (PyPI)](https://pypi.org/). In the second series, you will learn about infrastructure and documentation needed to support package maintenance.