Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
context 'ctx' is not a parameter. issue: apache#18990
  • Loading branch information
ekdnam committed Sep 1, 2020
1 parent aaa0289 commit 7bd34c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/mxnet/symbol/symbol.py
Expand Up @@ -3200,8 +3200,6 @@ def linspace(start, stop, num, endpoint=True, name=None, dtype=None):
endpoint : bool
If True, stop is the last sample. Otherwise, it is not included.
The default is True.
ctx : Context, optional
Device context. Default context is the current default context.
dtype : str or numpy.dtype, optional
The data type of the `NDArray`. The default datatype is `np.float32`.
Expand Down

0 comments on commit 7bd34c1

Please sign in to comment.