Skip to content

Commit

Permalink
Merge pull request JuliaLang#14528 from JuliaLang/jverzani-patch-1
Browse files Browse the repository at this point in the history
update linspace to n=50, from n=100 to match code.
  • Loading branch information
hayd committed Jan 2, 2016
2 parents 03a5b9f + a139315 commit 6d7a50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/docs/helpdb/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Ac_rdiv_B


"""
linspace(start, stop, n=100)
linspace(start, stop, n=50)
Construct a range of `n` linearly spaced elements from `start` to `stop`.
"""
Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Constructors
Constructs an identity matrix of the same dimensions and type as ``A``\ .

.. function:: linspace(start, stop, n=100)
.. function:: linspace(start, stop, n=50)

.. Docstring generated from Julia source
Expand Down

0 comments on commit 6d7a50b

Please sign in to comment.