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 <[email protected]>
  • Loading branch information
2 people authored and Pedro Larroy committed Feb 26, 2019
1 parent 71bc3ea commit 3165714
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 3165714

Please sign in to comment.