]> granicus.if.org Git - python/commitdiff
Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance
authorFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 14:43:37 +0000 (14:43 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 14:43:37 +0000 (14:43 +0000)
escaped with \var{}.

Doc/lib/libuser.tex
Doc/libuser.tex

index 778ca7e19a44c843f6dba5bb4f1d6ec7c7c1dff4..39daf978c1ddb5355a51fabf1448c0eb834f53af 100644 (file)
@@ -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:
 
index 778ca7e19a44c843f6dba5bb4f1d6ec7c7c1dff4..39daf978c1ddb5355a51fabf1448c0eb834f53af 100644 (file)
@@ -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: