mirror of
https://github.com/django/django.git
synced 2025-02-01 21:29:24 +00:00
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…
x
Reference in New Issue
Block a user