updated commands.html to clearly show asyncpickledb is a subclass of pickledb

Commit a64b761 · patx · 2025-02-16T14:51:35-05:00

Changeset
a64b76165632b6ccf60137ae3d8e151c5d0d58e2
Parents
50d2242ed7873ae87f57ef0f8829379b97998ef8

View source at this commit

Comments

No comments yet.

Log in to comment

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> &rarr; 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> &rarr; Initialize an AsyncPickleDB instance with the specified path.</p>
         <ul>
             <li><span class="c9">path</span>: The path to the database file.</li>