mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fix many many typos in comments throughout the codebase
This commit is contained in:
@@ -27,16 +27,16 @@ class GeometryColumns(models.Model):
|
||||
@classmethod
|
||||
def table_name_col(cls):
|
||||
"""
|
||||
Returns the name of the metadata column used to store the
|
||||
the feature table name.
|
||||
Returns the name of the metadata column used to store the feature table
|
||||
name.
|
||||
"""
|
||||
return 'table_name'
|
||||
|
||||
@classmethod
|
||||
def geom_col_name(cls):
|
||||
"""
|
||||
Returns the name of the metadata column used to store the
|
||||
the feature geometry column.
|
||||
Returns the name of the metadata column used to store the feature
|
||||
geometry column.
|
||||
"""
|
||||
return 'column_name'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user