Skip to content

Commit 3e663c9

Browse files
author
Sphinx
committed
Automated update f0973f67f7650638f9a683eeafc61e51f2add0ec
1 parent e633043 commit 3e663c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev/Tutorial/chapter_entrez.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@
355355
</pre></div>
356356
</div>
357357
<p>Now <code class="docutils literal notranslate"><span class="pre">record</span></code> is a dictionary with three keys:</p>
358-
<div class="highlight-pycon notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">record</span><span class="o">.</span><span class="n">keys</span><span class="p">()</span>
359-
<span class="go">dict_keys([&#39;DbInfo&#39;, &#39;ERROR&#39;, &#39;DbList&#39;])</span>
358+
<div class="highlight-pycon notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">sorted</span><span class="p">(</span><span class="n">record</span><span class="o">.</span><span class="n">keys</span><span class="p">())</span>
359+
<span class="go">[&#39;DbInfo&#39;, &#39;DbList&#39;, &#39;ERROR&#39;]</span>
360360
</pre></div>
361361
</div>
362362
<p>The values stored in the <code class="docutils literal notranslate"><span class="pre">'DbList</span></code> key is the list of database

dev/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.

0 commit comments

Comments
 (0)