Use raw strings for docstring

This commit is contained in:
Ian Cordasco 2016-07-14 08:18:38 -05:00
parent ec678de427
commit 43df3ecf74
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -16,7 +16,7 @@ __all__ = ('get_style_guide',)
def get_style_guide(**kwargs):
"""Provision a StyleGuide for use.
r"""Provision a StyleGuide for use.
:param \*\*kwargs:
Keyword arguments that provide some options for the StyleGuide.