Skip to content

Commit cfb98ac

Browse files
authored
Update typo in tutorial-django-app-service-postgres.md
lie to line
1 parent d372646 commit cfb98ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/tutorial-django-app-service-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ When running locally, the app is using a local Sqlite3 database and doesn't inte
215215
In `polls/models.py`, locate the line that begins with `choice_text` and change the `max_length` parameter to 100:
216216

217217
```python
218-
# Find this lie of code and set max_length to 100 instead of 200
218+
# Find this line of code and set max_length to 100 instead of 200
219219
220220
choice_text = models.CharField(max_length=100)
221221
```

0 commit comments

Comments
 (0)