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.
111111In 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/)
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
618618< p > In this section of our Python packaging guide, we:</ p >
619619< ul class ="simple ">
620620< li > < p > Provide an overview of the options available to you when packaging your
621- tool .</ p > </ li >
621+ code .</ p > </ li >
622622< li > < p > Suggest tools and approaches that both meet your needs and also support
623623existing standards.</ p > </ li >
624624< 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
626626addition layers of complexity in the packaging build.</ p > </ li >
627627< li > < p > Align our suggestions with the most current, accepted
628628< 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