1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel
2011-08-12 14:14:15 +00:00
parent 4a993fab18
commit bce890ace4
28 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ is generated for the table on various manage.py operations.
from django.db import models
# All of these models are creatd in the database by Django.
# All of these models are created in the database by Django.
class A01(models.Model):
f_a = models.CharField(max_length=10, db_index=True)