Skip to content

Commit

Permalink
[ci skip] removed dupe docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Aug 21, 2016
1 parent dc30b82 commit bba01c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/stdlib/io-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,6 @@ General I/O
Create a pipe to which all C and Julia level :obj:`STDOUT` output will be redirected. Returns a tuple ``(rd, wr)`` representing the pipe ends. Data written to :obj:`STDOUT` may now be read from the ``rd`` end of the pipe. The ``wr`` end is given for convenience in case the old :obj:`STDOUT` object was cached by the user and needs to be replaced elsewhere.

.. function:: redirect_stdout([stream]) -> (rd, wr)

.. Docstring generated from Julia source
Create a pipe to which all C and Julia level :obj:`STDOUT` output will be redirected. Returns a tuple ``(rd, wr)`` representing the pipe ends. Data written to :obj:`STDOUT` may now be read from the ``rd`` end of the pipe. The ``wr`` end is given for convenience in case the old :obj:`STDOUT` object was cached by the user and needs to be replaced elsewhere.

.. function:: redirect_stderr([stream]) -> (rd, wr)

.. Docstring generated from Julia source
Expand Down

0 comments on commit bba01c4

Please sign in to comment.