diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 14:43:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 14:43:37 (GMT) |
commit | 9d2f7d414d2173ffb5b746e6ba365ab9c607a305 (patch) | |
tree | 46dfb97e7393929136fa5b8b1ff0fb4d1ddf1d76 /Doc/lib | |
parent | 5493205ba4a5c8f01266db0adfbb87dd616b0690 (diff) | |
download | cpython-9d2f7d414d2173ffb5b746e6ba365ab9c607a305.zip cpython-9d2f7d414d2173ffb5b746e6ba365ab9c607a305.tar.gz cpython-9d2f7d414d2173ffb5b746e6ba365ab9c607a305.tar.bz2 |
Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance
escaped with \var{}.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libuser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libuser.tex b/Doc/lib/libuser.tex index 778ca7e..39daf97 100644 --- a/Doc/lib/libuser.tex +++ b/Doc/lib/libuser.tex @@ -35,7 +35,7 @@ generally not a good idea. A suggestion for programmers who wish to use this mechanism: a simple way to let users specify options for your package is to have them -define variables in their \var{.pythonrc.py} file that you test in +define variables in their \file{.pythonrc.py} file that you test in your module. For example, a module \code{spam} that has a verbosity level can look for a variable \code{user.spam_verbose}, as follows: |