Skip to content

Commit 25b9f68

Browse files
author
github-actions
committed
Docs build 2024-05-11
1 parent 87eb66d commit 25b9f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/next/_sources/operations/apt.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Upgrades all apt packages.
281281
282282
# Upgrade all packages and remove unneeded transitive dependencies
283283
apt.upgrade(
284-
name="Upgrade apt packages and remove unneeded dependencies"
284+
name="Upgrade apt packages and remove unneeded dependencies",
285285
auto_remove=True
286286
)
287287

en/next/operations/apt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ <h1>Apt Operations<a class="headerlink" href="#apt-operations" title="Permalink
397397

398398
<span class="c1"># Upgrade all packages and remove unneeded transitive dependencies</span>
399399
<span class="n">apt</span><span class="o">.</span><span class="n">upgrade</span><span class="p">(</span>
400-
<span class="n">name</span><span class="o">=</span><span class="s2">&quot;Upgrade apt packages and remove unneeded dependencies&quot;</span>
400+
<span class="n">name</span><span class="o">=</span><span class="s2">&quot;Upgrade apt packages and remove unneeded dependencies&quot;</span><span class="p">,</span>
401401
<span class="n">auto_remove</span><span class="o">=</span><span class="kc">True</span>
402402
<span class="p">)</span>
403403
</pre></div>

0 commit comments

Comments
 (0)