Skip to content

Commit

Permalink
Removed confusing array of types in readcsv help (#18308)
Browse files Browse the repository at this point in the history
* Removed confusing array of types in readcsv

* Restored brackets to `T` in readcsv doc and added clarifying text

* genstdlib rst output for docstring change.
  • Loading branch information
mbeltagy authored and tkelman committed Sep 6, 2016
1 parent 60ec350 commit 22cc7a5
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 @@ -2000,7 +2000,7 @@ hessfact!
"""
readcsv(source, [T::Type]; options...)
Equivalent to `readdlm` with `delim` set to comma.
Equivalent to `readdlm` with `delim` set to comma, and type optionally defined by `T`.
"""
readcsv

Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/io-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ Text I/O

.. Docstring generated from Julia source
Equivalent to ``readdlm`` with ``delim`` set to comma.
Equivalent to ``readdlm`` with ``delim`` set to comma, and type optionally defined by ``T``\ .

.. function:: writecsv(filename, A; opts)

Expand Down

0 comments on commit 22cc7a5

Please sign in to comment.