diff --git a/sphinx_doc_src/cmds/string.rst b/sphinx_doc_src/cmds/string.rst index f8f649421..befe6df22 100644 --- a/sphinx_doc_src/cmds/string.rst +++ b/sphinx_doc_src/cmds/string.rst @@ -379,7 +379,7 @@ Match Regex Examples cat4 dog4 - >_ string match -r '(\\d\\d?):(\\d\\d):(\\d\\d)' 2:34:56 + >_ string match -r '(\\d\\d?):(\\d\\d):(\\d\\d)' 2:34:56 2:34:56 2 34 diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index 52d8282d4..6beeb6b32 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -22,7 +22,7 @@ which means you are all set up and can start using fish:: > fish Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish - you@hostname ~>____ + you@hostname ~>____ This prompt that you see above is the ``fish`` default prompt: it shows your username, hostname, and working directory.