Correct typo in docstring.

This commit is contained in:
temrix 2019-09-21 16:41:16 +02:00
parent f98010ad23
commit dde905f9a8
No known key found for this signature in database
GPG key ID: 1DAF66EBB61678D2

View file

@ -31,7 +31,7 @@ class BeatportTest(_common.TestCase, TestHelper):
def _make_release_response(self):
"""Returns a dict that mimics a response from the beatport API.
The results were retrived from:
The results were retrieved from:
https://oauth-api.beatport.com/catalog/3/releases?id=1742984
The list of elements on the returned dict is incomplete, including just
those required for the tests on this class.
@ -72,7 +72,7 @@ class BeatportTest(_common.TestCase, TestHelper):
def _make_tracks_response(self):
"""Return a list that mimics a response from the beatport API.
The results were retrived from:
The results were retrieved from:
https://oauth-api.beatport.com/catalog/3/tracks?releaseId=1742984
The list of elements on the returned list is incomplete, including just
those required for the tests on this class.