patx/pickledb
updated commands.html to clearly show asyncpickledb is a subclass of pickledb
Commit a64b761 · patx · 2025-02-16T14:51:35-05:00
Comments
No comments yet.
Diff
diff --git a/docs/commands.html b/docs/commands.html
index 4753d97..9a312c6 100644
--- a/docs/commands.html
+++ b/docs/commands.html
@@ -132,7 +132,7 @@
<h1>API Documentation</h1>
<p>
- <h2>PickleDB</h2>
+ <h2>PickleDB()</h2>
</p>
<p><code><span class="c2">PickleDB</span>(<span class="c9">path</span>)</code> → Initialize a PickleDB instance with the specified path.</p>
@@ -179,7 +179,7 @@
<li><span class="c9">Returns</span>: <em>True</em> if the operation succeeds, or <em>False</em> otherwise.</li>
</ul>
- <h2>AsyncPickleDB</h2>
+ <h2>AsyncPickleDB(PickleDB)</h2>
<p><code><span class="c2">AsyncPickleDB</span>(<span class="c9">path</span>)</code> → Initialize an AsyncPickleDB instance with the specified path.</p>
<ul>
<li><span class="c9">path</span>: The path to the database file.</li>