diff options
-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 618e7dada7..690d056010 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 |