Skip to content

Commit 332015c

Browse files
authored
Typo in indexes doc
Replace `from from` with `from`
1 parent c85a8af commit 332015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After:
2626

2727
```python
2828
from django.db import models
29-
from from psqlextra.indexes import ConditionalUniqueIndex
29+
from psqlextra.indexes import ConditionalUniqueIndex
3030

3131
class Model(models.Model):
3232
class Meta:

0 commit comments

Comments
 (0)