diff options
| author | Georg Brandl <georg@python.org> | 2007-10-20 17:51:39 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-10-20 17:51:39 (GMT) |
| commit | a147bf9a08548e8d6aa3b36bd6835348e9c1f813 (patch) | |
| tree | 57c003ad34239f395ff4f18e24b66fa73d3cbb8e | |
| parent | e36a652d0c154b76f620c9a9df7b1fbc51fd90ef (diff) | |
| download | cpython-a147bf9a08548e8d6aa3b36bd6835348e9c1f813.zip cpython-a147bf9a08548e8d6aa3b36bd6835348e9c1f813.tar.gz cpython-a147bf9a08548e8d6aa3b36bd6835348e9c1f813.tar.bz2 | |
Document new directive "envvar".
| -rw-r--r-- | Doc/documenting/markup.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 618e7da..690d056 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -221,6 +221,11 @@ The directives are: Run a module as a script. +.. describe:: envvar + + Describes an environment variable that Python uses or defines. + + There is also a generic version of these directives: .. describe:: describe |
