Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d2f7d4

Browse files
committed
Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance
escaped with \var{}.
1 parent 5493205 commit 9d2f7d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libuser.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ \section{Standard Module \sectcode{user}}
3535

3636
A suggestion for programmers who wish to use this mechanism: a simple
3737
way to let users specify options for your package is to have them
38-
define variables in their \var{.pythonrc.py} file that you test in
38+
define variables in their \file{.pythonrc.py} file that you test in
3939
your module. For example, a module \code{spam} that has a verbosity
4040
level can look for a variable \code{user.spam_verbose}, as follows:
4141

Doc/libuser.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ \section{Standard Module \sectcode{user}}
3535

3636
A suggestion for programmers who wish to use this mechanism: a simple
3737
way to let users specify options for your package is to have them
38-
define variables in their \var{.pythonrc.py} file that you test in
38+
define variables in their \file{.pythonrc.py} file that you test in
3939
your module. For example, a module \code{spam} that has a verbosity
4040
level can look for a variable \code{user.spam_verbose}, as follows:
4141

0 commit comments

Comments
 (0)