mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Corrected several typos in string literals and test names.
This commit is contained in:
parent
052388aba4
commit
65e86948b8
10 changed files with 11 additions and 11 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue