You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/08/17 15:49:23 UTC

[incubator-mxnet] branch master updated: documentation fix (#12212)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new b793768  documentation fix (#12212)
b793768 is described below

commit b793768e3987ee8b7c2f5fc3ead861d0b4f35f58
Author: Anirudh <an...@gmail.com>
AuthorDate: Fri Aug 17 08:49:15 2018 -0700

    documentation fix (#12212)
---
 docs/tutorials/basic/symbol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/basic/symbol.md b/docs/tutorials/basic/symbol.md
index 3a40e59..961a913 100644
--- a/docs/tutorials/basic/symbol.md
+++ b/docs/tutorials/basic/symbol.md
@@ -1,4 +1,4 @@
-# Symbol - Neural network graphs and auto-differentiation
+# Symbol - Neural network graphs
 
 In a [previous tutorial](http://mxnet.io/tutorials/basic/ndarray.html), we introduced `NDArray`,
 the basic data structure for manipulating data in MXNet.