Skip to content

Commit 17b1735

Browse files
committed
fix a typo in docs
1 parent d25fcad commit 17b1735

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
@@ -22,7 +22,7 @@ Define a type and add it to a model:
2222

2323
```python
2424
from django.db import models
25-
from postgres_composite_type import CompositeType
25+
from postgres_composite_types import CompositeType
2626

2727
class Address(CompositeType):
2828
"""An address."""

0 commit comments

Comments
 (0)