Skip to content

Commit

Permalink
Merge pull request #2837 from levelfour/fix-doc-variable
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
unnonouno committed Jun 9, 2017
2 parents dc83769 + e73315e commit ee088c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/variable.py
Expand Up @@ -525,7 +525,7 @@ def zerograd(self):
"""
warnings.warn(
'Variable.zerograd is deprecated. Use Variable.cleargard instead.',
'Variable.zerograd is deprecated. Use Variable.cleargrad instead.',
DeprecationWarning)

if self.data is None:
Expand Down

0 comments on commit ee088c7

Please sign in to comment.