Skip to content

Commit 4418759

Browse files
committed
Correct typographical error in documentation
The initial letter in the sentence describing the Song model in the Python code snippets documentation was mistakenly written in lowercase. This has now been updated to uppercase for proper sentence structure and consistency with the rest of the documentation.
1 parent d6c9253 commit 4418759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class Album(models.Model):
155155
return self.title
156156
```
157157

158-
the last model will be the song model that will have relationship with artist and album.
158+
The last model will be the song model that will have relationship with artist and album.
159159

160160
```python
161161
# music.models.py

0 commit comments

Comments
 (0)