Compare commits

..

1 Commits
0.0.8 ... 0.0.9

Author SHA1 Message Date
Josiah Baldwin
f0e09c0082 Doc fix 2024-12-02 13:41:16 -08:00

View File

@@ -61,7 +61,7 @@ simply use the `initialized <https://pylibmeshctrl.readthedocs.io/en/latest/api/
.. code:: python .. code:: python
session = meshctrl.session.Session(url, **options) session = meshctrl.Session(url, **options)
await session.initialized.wait() await session.initialized.wait()
Note that, in this case, you will be rquired to clean up tho session Note that, in this case, you will be rquired to clean up tho session