Corrected several typos in string literals and test names.

This commit is contained in:
Min ho Kim 2019-08-06 01:47:50 +10:00 committed by Carlton Gibson
parent 052388aba4
commit 65e86948b8
10 changed files with 11 additions and 11 deletions

View file

@ -55,7 +55,7 @@ class SerializerRegistrationTests(SimpleTestCase):
serializers.unregister_serializer("nonsense")
def test_builtin_serializers(self):
"Requesting a list of serializer formats popuates the registry"
"Requesting a list of serializer formats populates the registry"
all_formats = set(serializers.get_serializer_formats())
public_formats = set(serializers.get_public_serializer_formats())