Docs: Fix missing typo

This commit is contained in:
Raphael Michel
2021-06-01 12:28:51 +02:00
parent 36fd5e7d01
commit 1c763ccce3
+1 -1
View File
@@ -133,7 +133,7 @@ We now install pretix, its direct dependencies and gunicorn.
(venv)$ pip3 install pretix gunicorn
If you're running MySQL, also install the client library:
If you're running MySQL, also install the client library::
(venv)$ pip3 install mysqlclient