Skip to content

Commit

Permalink
deploy: 2e2906e
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Dec 5, 2023
1 parent b9ec8e5 commit 6a04267
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion command-line-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h1 id="command-line-use"><a class="header" href="#command-line-use">Command-Lin
<p>Install it with pip:</p>
<pre><code class="language-shell">$ pip install anki
</code></pre>
<p>Then you create use it in a .py file, like so:</p>
<p>Then you can use it in a .py file, like so:</p>
<pre><code class="language-python">from anki.collection import Collection
col = Collection(&quot;/path/to/collection.anki2&quot;)
print(col.sched.deck_due_tree())
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ <h2 id="the-database"><a class="header" href="#the-database">The Database</a></h
<p>Install it with pip:</p>
<pre><code class="language-shell">$ pip install anki
</code></pre>
<p>Then you create use it in a .py file, like so:</p>
<p>Then you can use it in a .py file, like so:</p>
<pre><code class="language-python">from anki.collection import Collection
col = Collection(&quot;/path/to/collection.anki2&quot;)
print(col.sched.deck_due_tree())
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 6a04267

Please sign in to comment.