From dd9b02f5515e65a072571a59d09b44d5b203a345 Mon Sep 17 00:00:00 2001 From: Georg BERNHARD Date: Wed, 11 Nov 2020 15:22:27 +0100 Subject: [PATCH] fix #79 (documentation of env feature) --- doc/py-mod-subst.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/py-mod-subst.rst b/doc/py-mod-subst.rst index 4db8b30..4e77f6a 100644 --- a/doc/py-mod-subst.rst +++ b/doc/py-mod-subst.rst @@ -9,13 +9,14 @@ found in the Bourne shell (``sh`` on most UNIX platforms). The replacements supported by this module include: -=========== ================================ ===== -Source Replacement Notes -=========== ================================ ===== -``$$`` ``$`` (1) -``$name`` The result of looking up *name* (2) +=========== =================================================== ===== +Source Replacement Notes +=========== =================================================== ===== +``$$`` ``$`` (1) +``$name`` The result of looking up *name* (2) ``${name}`` The result of looking up *name* -=========== ================================ ===== +``$(name)`` The result of looking up *name* in the environment +=========== =================================================== ===== Notes: @@ -27,7 +28,6 @@ Notes: 2. Any character which immediately follows *name* may not be a valid character in a name. - In each case, *name* is a non-empty sequence of alphanumeric and underscore characters not starting with a digit. If there is not a replacement for *name*, the exception