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 148ce5f commit 71bc3ea
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 @@ -37,7 +37,7 @@ class Feature(ctypes.Structure):
@property
def name(self):
"""
feature name
Feature name.
"""
return self._name.decode()

Expand Down

0 comments on commit 71bc3ea

Please sign in to comment.