Skip to content

Commit 2ba2a85

Browse files
committed
Improved example [skip ci]
1 parent a3c611f commit 2ba2a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Also supports `sum`
376376
Add an approximate index
377377

378378
```python
379-
from sqlalchemy import Index
379+
from sqlmodel import Index
380380

381381
index = Index(
382382
'my_index',

0 commit comments

Comments
 (0)