From 1934e867f234a22c3ee3db3c1feb01c296653b6e Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 23 Feb 2020 09:27:33 +0100 Subject: [PATCH] docs/tutorial: Fix `<` typo See #6640 --- doc_src/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/tutorial.rst b/doc_src/tutorial.rst index 3a0be43d8..fe4216c63 100644 --- a/doc_src/tutorial.rst +++ b/doc_src/tutorial.rst @@ -143,7 +143,7 @@ You can pipe between commands with the usual vertical bar:: 1 2 12 -stdin and stdout can be redirected via the familiar `<` and `<`. stderr is redirected with a `2>`. +stdin and stdout can be redirected via the familiar `<` and `>`. stderr is redirected with a `2>`.