Skip to content

Commit 9f7e61d

Browse files
OskarPerssonsigvef
authored andcommitted
Fix typo in unsupported version error message (encode#7060)
1 parent bfc36bb commit 9f7e61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
your version of Python. If you can't upgrade your pip (or Python), request
3232
an older version of Django REST Framework:
3333
34-
$ python -m pip install "django<3.10"
34+
$ python -m pip install "djangorestframework<3.10"
3535
""".format(*(REQUIRED_PYTHON + CURRENT_PYTHON)))
3636
sys.exit(1)
3737

0 commit comments

Comments
 (0)