Skip to content

Commit 4da7ce2

Browse files
authored
Merge pull request #172 from Sanyambansal76/patch-1
Remove Typo
2 parents 7fe7279 + 8927029 commit 4da7ce2

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)