Skip to content

Commit 8927029

Browse files
Remove Typo
1 parent 7fe7279 commit 8927029

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
@@ -162,7 +162,7 @@ Use the `geo_field` attribute to localize your record. `geo_field` should be a c
162162

163163
```python
164164
class Contact(models.model):
165-
name = models.CharField(max_lenght=20)
165+
name = models.CharField(max_length=20)
166166
lat = models.FloatField()
167167
lng = models.FloatField()
168168

0 commit comments

Comments
 (0)