From b87da8fe9af00ed1ae7b0e6cebef87781f74d372 Mon Sep 17 00:00:00 2001 From: nachocano Date: Thu, 15 Jan 2015 10:52:39 -0800 Subject: [PATCH] small typo --- guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/README.md b/guide/README.md index 940c9843a..e19b04ce3 100644 --- a/guide/README.md +++ b/guide/README.md @@ -102,7 +102,7 @@ The following command starts the program with three worker processes. ``` Besides strings, rabit also allows to broadcast constant size array and vectors. -The counterpart in python can be found in [broadcast.py](broadcast.py). Here is a snippet so that you can get a better sense of how simple is to the python library: +The counterpart in python can be found in [broadcast.py](broadcast.py). Here is a snippet so that you can get a better sense of how simple is to use the python library: ```python import rabit