Update the documentation for quoted strings

This commit is contained in:
Christophe Troestler 2018-01-29 11:08:47 +01:00
parent 8b50352db7
commit 4ddb268b39
1 changed files with 2 additions and 3 deletions

View File

@ -767,7 +767,6 @@ you have to quote the variable as in:
(run foo "${^}")
(for now the final space is necessary)
which is equivalent to the following shell command:
.. code:: shell