Skip to content

Commit 5f6ceee

Browse files
authored
Merge pull request encode#4552 from duoi/master
Corrected `artist` and `album_name` typo in docs
2 parents 0dec36e + 072d14c commit 5f6ceee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-guide/relations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ For example, the following serializer:
9999
Would serialize to a representation like this:
100100

101101
{
102-
'album_name': 'The Roots',
103-
'artist': 'Undun',
102+
'album_name': 'Undun',
103+
'artist': 'The Roots',
104104
'tracks': [
105105
89,
106106
90,

0 commit comments

Comments
 (0)