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>`.