Skip to content

Commit d291710

Browse files
authored
Merge pull request #62 from simonschmidt/patch-1
Typo in indexes doc
2 parents f4fe441 + 332015c commit d291710

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)