From e60fc0dc307f8491043d5f1ea9c79cef64a67bb5 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 4 Sep 2019 06:19:21 +0000 Subject: [PATCH] Fix minor spelling errors in python/README.rst --- python/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.rst b/python/README.rst index eaca5d580..22de2bb9b 100644 --- a/python/README.rst +++ b/python/README.rst @@ -72,10 +72,10 @@ then cargo-build and install the deltachat bindings:: python install_python_bindings.py The bindings will be installed in release mode but with debug symbols. -The release mode is neccessary because some tests generate RSA keys +The release mode is necessary because some tests generate RSA keys which is prohibitively slow in debug mode. -After succcessul binding installation you can finally run the tests:: +After successful binding installation you can finally run the tests:: pytest -v tests