From c2259cbb86d7978476583d9271b9f381c626f8b9 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 9 Apr 2019 13:47:54 +0200 Subject: [PATCH] docs: Fix typo Also removes a warning. [ci skip] --- sphinx_doc_src/cmds/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/cmds/string.rst b/sphinx_doc_src/cmds/string.rst index 220247026..f8f649421 100644 --- a/sphinx_doc_src/cmds/string.rst +++ b/sphinx_doc_src/cmds/string.rst @@ -239,7 +239,7 @@ In contrast to ``grep``, ``string``\ s `match` defaults to glob-mode, whie `repl Like ``sed``\ s `s/` command, ``string replace`` still prints strings that don't match. ``sed``\ s `-n` in combination with a `/p` modifier or command is like ``string replace -f``. -``string split somedelimiter`` is a replacement for ``tr somedeliminter \n`. +``string split somedelimiter`` is a replacement for ``tr somedelimiter \\n``. Examples --------