From 17f6257a246cbb607b4605231d101cda7843fa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 6 Jul 2018 15:45:41 +0300 Subject: [PATCH] Grammar fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 32addc1..a390ebe 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ you can ad-hoc distribute your tests by typing:: py.test -d --tx ssh=myhostpopen --rsyncdir mypkg mypkg This will synchronize your :code:`mypkg` package directory -to an remote ssh account and then locally collect tests +to a remote ssh account and then locally collect tests and send them to remote places for execution. You can specify multiple :code:`--rsyncdir` directories