Commit 5f6ceee7 by Xavier Ordoquy Committed by GitHub

Merge pull request #4552 from duoi/master

Corrected `artist` and `album_name` typo in docs
parents 0dec36eb 072d14c2
......@@ -99,8 +99,8 @@ For example, the following serializer:
Would serialize to a representation like this:
{
'album_name': 'The Roots',
'artist': 'Undun',
'album_name': 'Undun',
'artist': 'The Roots',
'tracks': [
89,
90,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment