diff --git a/python/README.rst b/python/README.rst
index 0bf0801b0..fc757a713 100644
--- a/python/README.rst
+++ b/python/README.rst
@@ -14,7 +14,7 @@ If you have a Linux system you may try to install the ``deltachat`` binary "whee
without any "build-from-source" steps.
Otherwise you need to `compile the Delta Chat bindings yourself <#sourceinstall>`_.
-We recommend to first `install virtualenv `_,
+We recommend to first `install virtualenv `_,
then create a fresh Python virtual environment and activate it in your shell::
virtualenv venv # or: python -m venv