Skip to content

Commit 1e5b18b

Browse files
authored
docs: Small clarification to avoid confusion (#410)
* Replace code to avoid confusing tool with the packaging tools * Avoid confusing between tool (the code in the package) and tool as in packaging tools
1 parent 63e5c52 commit 1e5b18b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package-structure-code/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ and for anyone who is just getting started with creating a Python package.
111111
In this section of our Python packaging guide, we:
112112

113113
- Provide an overview of the options available to you when packaging your
114-
tool.
114+
code.
115115
- Suggest tools and approaches that both meet your needs and also support
116116
existing standards.
117117
- Suggest tools and approaches that will allow you to expand upon a workflow
118-
that may begin as a pure Python tool and evolve into a tool that requires
118+
that may begin as a pure Python code and evolve into code that requires
119119
addition layers of complexity in the packaging build.
120120
- Align our suggestions with the most current, accepted
121121
[PEPs (Python Enhancement Protocols)](https://peps.python.org/pep-0000/)

0 commit comments

Comments
 (0)