aaronmarkham commented on a change in pull request #13165: Addressed doc issues URL: https://github.com/apache/incubator-mxnet/pull/13165#discussion_r231697645
########## File path: python/mxnet/gluon/nn/basic_layers.py ########## @@ -657,26 +657,27 @@ def __repr__(self): class HybridLambda(HybridBlock): - r"""Wraps an operator or an expression as a HybridBlock object. + """Wraps an operator or an expression as a HybridBlock object. Review comment: Can you comment on why you would remove this versus leave it in? I see it used a lot and I'm not sure if it is needed for the formatting that is below or if people just got used to using it all of the time. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
