Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Mostipak <[email protected]>
  • Loading branch information
lwasser and kierisi authored Dec 22, 2023
1 parent 18c9d33 commit b539803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- it might be interesting to make the above graphic a css
set of blocks that are colored. then you could hover over each on to get to the lesson of choice. this would make it easier to also
customize each page with that block at the top -->

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.

Expand Down

0 comments on commit b539803

Please sign in to comment.