diff --git a/python/mxnet/runtime.py b/python/mxnet/runtime.py index 91db87a84d52..e47cca93dace 100644 --- a/python/mxnet/runtime.py +++ b/python/mxnet/runtime.py @@ -44,7 +44,7 @@ def name(self): @property def enabled(self): """ - True if MXNet was compiled with the given compile-time feature + True if MXNet was compiled with the given compile-time feature. """ return self._enabled