From bba01c4001e42984b0a3993fa166c1f83d18e514 Mon Sep 17 00:00:00 2001 From: kshyatt Date: Sat, 20 Aug 2016 18:49:53 -0700 Subject: [PATCH] [ci skip] removed dupe docstring --- doc/stdlib/io-network.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/stdlib/io-network.rst b/doc/stdlib/io-network.rst index 66f0824397f03..c8e45231480e4 100644 --- a/doc/stdlib/io-network.rst +++ b/doc/stdlib/io-network.rst @@ -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