Fix in pyflix documentation

pyflix@0.14
This commit is contained in:
Oleg Kalachev
2026-04-28 20:46:49 +03:00
parent c6632ae6e4
commit 28da2d3c8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pip install pyflix
The API is accessed through the `Flix` class:
```python
from flix import Flix
from pyflix import Flix
flix = Flix() # create a Flix object and wait for connection
```