diff --git a/doc/config.rst b/doc/config.rst index 1941ef43e5e7b12b7580667ba1cf2e4f700875e5..0bf0bcabfdf394a48318379147af463367bcaa63 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -164,7 +164,7 @@ When loaded, this configuration file produces the following result: >>> mod = _loadrc() >>> #notice `mod` is a normal python module >>> print(mod) - <module 'rc' (built-in)> + <module 'rc'...> >>> print(json.dumps(dict((k,v) for k,v in mod.__dict__.items() if not k.startswith('_')), indent=2, sort_keys=True)) # doctest: +NORMALIZE_WHITESPACE { "bob_db_atnt": {