Skip to content

Commit 88898db

Browse files
lwasserNickleDave
andcommitted
Update tutorials/intro.md
Co-authored-by: David Nicholson <[email protected]>
1 parent 3323538 commit 88898db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The elements of a Python package include code, documentation, tests a OSI-approv
8585

8686
The core elements of Python package include:
8787

88-
- **Code:** Generalized code that performs operations that you may need to complete multiple times
89-
- **Documentation:** documentation with tutorials / examples that help users get started using your tool
88+
- **Code:** Functions and classes that provide functionality for a user of your package
89+
- **Documentation:** Installation instructions, tutorials, and examples that help users get started using your package
9090
- Documentation also helps people to contribute to your package.
9191
- **Tests:** that makes sure your code works as it should and makes it easier for you and others to contribute to, modify and update the code in the future
9292
- **License:** An open source license …. - link to choose a license…

0 commit comments

Comments
 (0)