Skip to content

Commit

Permalink
fix #79 (documentation of env feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogobd committed Nov 11, 2020
1 parent e86aa64 commit dd9b02f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/py-mod-subst.rst
Expand Up @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit dd9b02f

Please sign in to comment.