fixed a mistake

This commit is contained in:
ryanzz 2015-03-30 16:25:36 +08:00
parent 732d8c33d1
commit 911a1f0ce2

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