Skip to content

Update p10_read_configuration_files.rst #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/c13/p10_read_configuration_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

或许配置文件和Python代码最大的不同在于,它并不是从上而下的顺序执行。
文件是安装一个整体被读取的。如果碰到了变量替换,它实际上已经被替换完成了。
例如,在下面这个配置中,``prefix`` 变量在使用它的变量之前后之后定义都是可以的
例如,在下面这个配置中,``prefix`` 变量在使用它的变量之前或之后定义都是可以的

::

Expand Down