Skip to content

Commit

Permalink
fix: marked doc text as raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Jan 27, 2016
1 parent ccb249f commit 83bd501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anyconfig/mdicts.py
Expand Up @@ -18,7 +18,7 @@

def to_container(obj=None, ac_ordered=False, ac_merge=m9dicts.MS_DICTS,
ac_namedtuple=False, ac_ntpl_cls_key=NTPL_CLS_KEY, **options):
"""
r"""
Factory function to create a dict-like object[s] supports merge operation
from a dict or any other objects.
Expand Down Expand Up @@ -50,7 +50,7 @@ def to_container(obj=None, ac_ordered=False, ac_merge=m9dicts.MS_DICTS,

def convert_to(obj, ac_ordered=True, ac_namedtuple=False,
ac_ntpl_cls_key=NTPL_CLS_KEY, **options):
"""
r"""
Convert given `obj` :: m9dict object to a dict, dict or OrderedDict if
ac_ordered == True, or a namedtuple if ac_namedtuple == True.
Expand Down

0 comments on commit 83bd501

Please sign in to comment.