Skip to content

Commit 284b809

Browse files
committed
deploy: 1e5b18b
1 parent 9d218a1 commit 284b809

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

_sources/package-structure-code/intro.md.txt

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/)

package-structure-code/intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
623623
existing 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
626626
addition 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>

0 commit comments

Comments
 (0)