Refreshed html with edits

This commit is contained in:
Chapin Bryce 2019-11-26 20:11:13 -05:00
parent cf5795ed1b
commit 7bc4b686d5
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -178,8 +178,7 @@
</div>
<div class="section" id="module-sections.section_06.opening_sqlite">
<span id="section-6-1-opening-sqlite"></span><h2>Section 6.1 - Opening Sqlite<a class="headerlink" href="#module-sections.section_06.opening_sqlite" title="Permalink to this headline"></a></h2>
<p>Example for opening and exploring Sqlite databased
for your command line utility.</p>
<p>Example for opening and exploring Sqlite databases.</p>
<p>Example Usage:</p>
<blockquote>
<div><p><code class="docutils literal notranslate"><span class="pre">$</span> <span class="pre">python</span> <span class="pre">opening_sqlite.py</span> <span class="pre">history_db</span></code></p>