File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ \section{Standard Module \sectcode{user}}
3535
3636A suggestion for programmers who wish to use this mechanism: a simple
3737way 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
3939your module. For example, a module \code {spam} that has a verbosity
4040level can look for a variable \code {user.spam_verbose}, as follows:
4141
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ \section{Standard Module \sectcode{user}}
3535
3636A suggestion for programmers who wish to use this mechanism: a simple
3737way 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
3939your module. For example, a module \code {spam} that has a verbosity
4040level can look for a variable \code {user.spam_verbose}, as follows:
4141
You can’t perform that action at this time.
0 commit comments