Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update python/mxnet/runtime.py
Browse files Browse the repository at this point in the history
Co-Authored-By: larroy <pedro.larroy.lists@gmail.com>
  • Loading branch information
aaronmarkham and larroy authored Feb 25, 2019
1 parent f02b95b commit 3eefccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3eefccc

Please sign in to comment.