From 1c763ccce387367c23f46713e7b89d8bc2070026 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 1 Jun 2021 12:28:51 +0200 Subject: [PATCH] Docs: Fix missing typo --- doc/admin/installation/manual_smallscale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/installation/manual_smallscale.rst b/doc/admin/installation/manual_smallscale.rst index 79230d9201..77b18bf57d 100644 --- a/doc/admin/installation/manual_smallscale.rst +++ b/doc/admin/installation/manual_smallscale.rst @@ -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