Put the 'r' back because there is backslash in the docstring...

pull/404/head
Nicolargo 2014-06-25 13:15:59 +02:00
parent d27e07bb25
commit 1820a200b1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Config(object):
return self._loaded_config_file
def get_config_paths(self):
"""Get a list of config file paths.
r"""Get a list of config file paths.
The list is built taking into account of the OS, priority and location.