Explorar el Código

Fixed typo in [include] section example.

Anand Chitipothu hace 14 años
padre
commit
0b6846fc33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 ------------------------------