Skip to content

Commit 778c9d2

Browse files
committed
deploy: 389cd47
1 parent a5c48ae commit 778c9d2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.doctrees/environment.pickle

32 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.

_sources/tutorials/installable-code.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ To begin:
417417

418418
* Remove support for Python 3.8
419419

420-
Since you are creating a pure Python package in this lesson,
421-
you can remove the following classifiers:
420+
Also because you are creating a pure Python package, you can
421+
in this lesson, you can remove the following classifiers:
422422

423423
```toml
424424
classifiers = [

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/installable-code.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,8 @@ <h3>OPTIONAL: Adjust project classifiers<a class="headerlink" href="#optional-ad
867867
<ul class="simple">
868868
<li><p>Remove support for Python 3.8</p></li>
869869
</ul>
870-
<p>Since you are creating a pure Python package in this lesson,
871-
you can remove the following classifiers:</p>
870+
<p>Also because you are creating a pure Python package, you can
871+
in this lesson, you can remove the following classifiers:</p>
872872
<div class="highlight-toml notranslate"><div class="highlight"><pre><span></span><span class="n">classifiers</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span>
873873
<span class="s2">&quot;Programming Language :: Python :: Implementation :: CPython&quot;</span><span class="p">,</span>
874874
<span class="s2">&quot;Programming Language :: Python :: Implementation :: PyPy&quot;</span><span class="p">,</span>

0 commit comments

Comments
 (0)