Skip to content

Commit 8001087

Browse files
OskarPerssontomchristie
authored andcommitted
Fix typo in unsupported version error message (#7060)
1 parent 7fbbfe2 commit 8001087

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)