Fixed a typo in comment in django/utils/version.py
This commit is contained in:
parent
b50ea73e1e
commit
8193a46c6e
|
@ -38,7 +38,7 @@ def get_major_version(version=None):
|
|||
|
||||
|
||||
def get_complete_version(version=None):
|
||||
"""Returns a tuple of the django version. If version argument is non-empy,
|
||||
"""Returns a tuple of the django version. If version argument is non-empty,
|
||||
then checks for correctness of the tuple provided.
|
||||
"""
|
||||
if version is None:
|
||||
|
|
Loading…
Reference in New Issue