Skip to content

Commit

Permalink
Tweak capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova authored Feb 9, 2024
1 parent 42b748c commit 27b7f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoproject/templates/releases/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Option {% cycle '1' '2' '3' as options %}: Get the latest official version</
<p>The latest official version is {{ current.version }}{% if current.is_lts %} (LTS){% endif %}. Read the
{% release_notes current.version show_version=True %}, then install it with
<a href="https://pip.pypa.io/en/latest/">pip</a>:</p>
<p>Linux / MacOs:</p>
<p>Linux / macOS:</p>
<pre class="literal-block"><code>python -m pip install Django=={{ current.version }}</code></pre>
<p>Windows:</p>
<pre class="literal-block"><code>py -m pip install Django=={{ current.version }}</code></pre>
Expand Down

0 comments on commit 27b7f96

Please sign in to comment.