mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fix many many typos in comments throughout the codebase
This commit is contained in:
parent
8b5b199e20
commit
2bcb8bfc8d
53 changed files with 79 additions and 80 deletions
|
|
@ -112,7 +112,7 @@ class FieldDeconstructionTests(TestCase):
|
|||
|
||||
def test_decimal_field_0_decimal_places(self):
|
||||
"""
|
||||
A DecimalField with decimal_places=0 shoudl work (#22272).
|
||||
A DecimalField with decimal_places=0 should work (#22272).
|
||||
"""
|
||||
field = models.DecimalField(max_digits=5, decimal_places=0)
|
||||
name, path, args, kwargs = field.deconstruct()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue