Skip to content

Commit 0eecf5e

Browse files
lwasserbillbrod
andcommitted
Fix: edits from code review
Co-authored-by: Jesse Mostipak <[email protected]> Apply suggestions from code review Co-authored-by: William F. Broderick <[email protected]>
1 parent 0852247 commit 0eecf5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ TODO: This will be replaced with a interactive CSS element that walks users thro
6262
The content in this tutorial series is beginner friendly and assumes
6363
that you have not created a Python package before. However, the
6464
content will still be valuable if you are interested in better
65-
understand the steps for creating a Python package.
65+
understanding the steps involved in creating a Python package.
6666

6767
<!-- it might be interesting to make the above graphic a css
6868
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
6969
customize each page with that block at the top -->
7070

71-
In this series you will learn about the core elements that you need to publish your package to PyPI.
71+
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/).
7272

7373
In the second series, you will learn about infrastructure and documentation needed to support package maintenance.
7474

@@ -104,7 +104,7 @@ functions, classes and methods that are organized together in a directory.
104104
Packages allow you to group and structure your Python code, making it easier
105105
to manage and reuse code across different projects.
106106

107-
A package is installable which means that you can add the functionality within
107+
A package is installable, which means that you can add the functionality within
108108
the package code to any Python environment and import that functionality like
109109
you would import numpy or matplotlib.
110110

0 commit comments

Comments
 (0)