Merge pull request #4552 from duoi/master

Corrected `artist` and `album_name` typo in docs
This commit is contained in:
Xavier Ordoquy 2016-10-11 07:55:37 +02:00 committed by GitHub
commit 5f6ceee7a5

View File

@ -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,