From 1ae362ba052d5d390dcae02ed31052e9d7fad31a Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 27 Dec 2023 12:56:45 -0700 Subject: [PATCH] Update tutorials/intro.md Co-authored-by: Jeremy Paige --- tutorials/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intro.md b/tutorials/intro.md index bbd5f644..e6177f0c 100644 --- a/tutorials/intro.md +++ b/tutorials/intro.md @@ -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