Skip to content

Commit c2d35cb

Browse files
authored
Merge pull request #118208 from Horsevad/main
Update typo in tutorial-django-app-service-postgres.md
2 parents 9962371 + cfb98ac commit c2d35cb

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)