浏览代码

Fixed typo in [include] section example.

Anand Chitipothu 14 年之前
父节点
当前提交
0b6846fc33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -990,7 +990,7 @@ configuration.
 .. code-block:: ini
 
    [include]
-   file = /an/absolute/filename.conf /an/absolute/*.conf foo.conf config??.conf
+   files = /an/absolute/filename.conf /an/absolute/*.conf foo.conf config??.conf
 
 ``[group:x]`` Section Settings
 ------------------------------