mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed a typo in comment in django/utils/version.py
This commit is contained in:
parent
b50ea73e1e
commit
8193a46c6e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def get_major_version(version=None):
|
||||||
|
|
||||||
|
|
||||||
def get_complete_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.
|
then checks for correctness of the tuple provided.
|
||||||
"""
|
"""
|
||||||
if version is None:
|
if version is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue