Fix typo in conf_dir description: comma separated -> os.pathsep separated.

This commit is contained in:
Darko Poljak 2017-09-19 13:52:49 +02:00
commit 0c4826ee97
3 changed files with 9 additions and 3 deletions

View file

@ -46,7 +46,9 @@ The possible keywords and their meanings are as follows:
Specify cache path pattern.
:strong:`conf_dir`
Comma separated list of configuration directories.
List of configuration directories separated with the character conventionally
used by the operating system to separate search path components (as in PATH),
such as ':' for POSIX or ';' for Windows.
If also specified at command line then values from command line are
appended to this value.

View file

@ -519,7 +519,9 @@ The possible keywords and their meanings are as follows:
Specify cache path pattern.
:strong:`conf_dir`
Comma separated list of configuration directories.
List of configuration directories separated with the character conventionally
used by the operating system to separate search path components (as in PATH),
such as ':' for POSIX or ';' for Windows.
If also specified at command line then values from command line are
appended to this value.