Skip to content

Commit

Permalink
Merge pull request #16951 from Sacha0/fixtyporst
Browse files Browse the repository at this point in the history
Update docs with docstring fix from #16939
  • Loading branch information
tkelman authored Jun 16, 2016
2 parents 1230c78 + 85ab370 commit eb2d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Basic functions

.. Docstring generated from Julia source
Returns a tuple specifying the "shape" of array ``A``\ . For arrays with conventional indexing (indices start at 1), this is equivalent to ``size(A)``\ ; otherwise it is equivalent to ``incides(A)``\ .
Returns a tuple specifying the "shape" of array ``A``\ . For arrays with conventional indexing (indices start at 1), this is equivalent to ``size(A)``\ ; otherwise it is equivalent to ``indices(A)``\ .

.. function:: shape(A, d)

Expand Down

0 comments on commit eb2d926

Please sign in to comment.