Typos in documentation

Hi, I’m new to posting here, where should I post documentation errors?

typo: on
https://mxnet.incubator.apache.org/api/python/ndarray.html#mxnet.ndarray.tile

look for…
mxnet.ndarray.tile(data=None, reps=_Null, out=None, name=None, **kwargs)
Repeats the whole array multiple times.

If reps has length d, and input array has dimension of n. There are there cases:

Should be (these not there for 2nd there:
If reps has length d, and input array has dimension of n. There are these cases:

For bug reports and feature requests, you can post it here: https://github.com/apache/incubator-mxnet/issues

You’re welcome to contribute back to MXNet to fix this typo errors with a pull request :slight_smile:

The source code of the doc is here:

I went to github and did a pull request. Thanks for you kind suggestion to a newbie.

1 Like