Merge pull request #10 from ryanzz/master

fixed a mistake
This commit is contained in:
Tianqi Chen 2015-03-30 08:46:15 -07:00
commit 8acb96a627

View File

@ -87,7 +87,7 @@ def get_world_size():
""" """
Returns get total number of process Returns get total number of process
""" """
ret = rbtlib.RabitGetWorlSize() ret = rbtlib.RabitGetWorldSize()
check_err__() check_err__()
return ret return ret