Fix typo in unsupported version error message

This commit is contained in:
Oskar Persson 2019-11-19 15:47:43 +01:00 committed by GitHub
parent a73d3c309f
commit e93fe71de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ This will install the latest version of Django REST Framework which works on
your version of Python. If you can't upgrade your pip (or Python), request your version of Python. If you can't upgrade your pip (or Python), request
an older version of Django REST Framework: an older version of Django REST Framework:
$ python -m pip install "django<3.10" $ python -m pip install "djangorestframework<3.10"
""".format(*(REQUIRED_PYTHON + CURRENT_PYTHON))) """.format(*(REQUIRED_PYTHON + CURRENT_PYTHON)))
sys.exit(1) sys.exit(1)