Mercurial > hgrepos > Python > libs > ConfigMix
changeset 655:b74f20e19c01
Docstring: be more accurate now in ".jailed()"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 29 May 2022 15:32:54 +0200 |
| parents | 0d6673d06c2c |
| children | 2b1c7a68f913 |
| files | configmix/config.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/config.py Thu May 19 22:10:59 2022 +0200 +++ b/configmix/config.py Sun May 29 15:32:54 2022 +0200 @@ -1044,8 +1044,8 @@ def jailed(self, rootpath=None, root=None, bind_root=True): """Return a "jailed" configuration of the current configuration. - :param rootpath: a sequence of strings that shall emcompass - the chroot-like jail of the returned + :param rootpath: a sequence of strings (or objects) that shall + emcompass the chroot-like jail of the returned configuration :type rootpath: list or tuple :param str root: a string path expression that shall encompass
