File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
_sources/package-structure-code Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ and for anyone who is just getting started with creating a Python package.
111
111
In this section of our Python packaging guide, we:
112
112
113
113
- Provide an overview of the options available to you when packaging your
114
- tool .
114
+ code .
115
115
- Suggest tools and approaches that both meet your needs and also support
116
116
existing standards.
117
117
- 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
119
119
addition layers of complexity in the packaging build.
120
120
- Align our suggestions with the most current, accepted
121
121
[PEPs (Python Enhancement Protocols)](https://peps.python.org/pep-0000/)
Original file line number Diff line number Diff line change @@ -618,11 +618,11 @@ <h2>What you will learn here<a class="headerlink" href="#what-you-will-learn-her
618
618
< p > In this section of our Python packaging guide, we:</ p >
619
619
< ul class ="simple ">
620
620
< li > < p > Provide an overview of the options available to you when packaging your
621
- tool .</ p > </ li >
621
+ code .</ p > </ li >
622
622
< li > < p > Suggest tools and approaches that both meet your needs and also support
623
623
existing standards.</ p > </ li >
624
624
< li > < p > Suggest tools and approaches that will allow you to expand upon a workflow
625
- that may begin as a pure Python tool and evolve into a tool that requires
625
+ that may begin as a pure Python code and evolve into code that requires
626
626
addition layers of complexity in the packaging build.</ p > </ li >
627
627
< li > < p > Align our suggestions with the most current, accepted
628
628
< a class ="reference external " href ="https://peps.python.org/pep-0000/ "> PEPs (Python Enhancement Protocols)</ a >
You can’t perform that action at this time.
0 commit comments