small typo

This commit is contained in:
nachocano 2015-01-15 10:52:39 -08:00
parent 1f35478b82
commit b87da8fe9a

View File

@ -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. 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 ```python
import rabit import rabit