Skip to content

Commit f719711

Browse files
committed
Fix typo and add pauses
1 parent a9ac2cc commit f719711

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
@@ -538,7 +538,7 @@ The first is `create`
538538
return Album.objects.create(artist=artist, **validated_data)
539539
```
540540

541-
1. Where we create the album but since the album has artist as a nested model we need to create it here before try to save the album itself.
541+
1. We create the album, but since the album has artist as a nested model, we need to create it here before try to save the album itself.
542542
2. Don't forget to import the `Album` model here with `from music.models import Album`
543543

544544
and the `update` method

0 commit comments

Comments
 (0)