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.