You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/08 20:00:26 UTC

[GitHub] nswamy commented on a change in pull request #13175: Fix Sphinx docstring formatting error. (#13004, #13005, #13006)

nswamy commented on a change in pull request #13175: Fix Sphinx docstring formatting error. (#13004, #13005, #13006)
URL: https://github.com/apache/incubator-mxnet/pull/13175#discussion_r232041379
 
 

 ##########
 File path: python/mxnet/gluon/rnn/rnn_cell.py
 ##########
 @@ -333,7 +333,7 @@ class RNNCell(HybridRecurrentCell):
         Initializer for the bias vector.
     h2h_bias_initializer : str or Initializer, default 'zeros'
         Initializer for the bias vector.
-    prefix : str, default 'rnn_'
+    prefix : str, default ```'rnn_'```
 
 Review comment:
   Usually we ``` for a block and for single variable we use `. Did that fail?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services