docs: remove redundant '$' in read.rst (#9263)

`:envvar:` automatically prepends a `$` before the variable name provided in between the backticks.
This commit is contained in:
Alexo
2022-10-06 19:29:17 +00:00
committed by GitHub
parent 1dd8a113f2
commit 88ced9fb0f

View File

@@ -100,7 +100,7 @@ Example
``read`` has a few separate uses.
The following code stores the value 'hello' in the shell variable :envvar:`$foo`.
The following code stores the value 'hello' in the shell variable :envvar:`foo`.
::