Skip to content

Commit

Permalink
Update tutorials/intro.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Paige <[email protected]>
  • Loading branch information
lwasser and ucodery authored Dec 27, 2023
1 parent b930394 commit 1ae362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ this consistency throughout your entire package. [Learn more about code formatte

**Documented code:** documented code is written using docstrings that help a
user understand both what the functions and methods in your code do and also
what the input and output elements of each function is. [You can learn more about docstrings in our guide, here.](../documentation/write-user-documentation/document-your-code-api-docstrings)
what the input and output elements of each function are. [You can learn more about docstrings in our guide, here.](../documentation/write-user-documentation/document-your-code-api-docstrings)

## Making your package installable - publishing to PyPI & conda-forge

Expand Down

0 comments on commit 1ae362b

Please sign in to comment.