mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
@ -153,7 +153,7 @@ class Number(models.Model):
|
|||
def __str__(self):
|
||||
return six.text_type(self.num)
|
||||
|
||||
# Symmetrical m2m field with a normal field using the reverse accesor name
|
||||
# Symmetrical m2m field with a normal field using the reverse accessor name
|
||||
# ("valid").
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue