Commit 8193a46c authored by Sitesh Shrivastava's avatar Sitesh Shrivastava Committed by Tim Graham
Browse files

Fixed a typo in comment in django/utils/version.py

parent b50ea73e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: