From 43df3ecf745f2d1a00cdfdf98df5399efb440e9a Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 14 Jul 2016 08:18:38 -0500 Subject: [PATCH] Use raw strings for docstring --- src/flake8/api/legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flake8/api/legacy.py b/src/flake8/api/legacy.py index 84e0b03..0aec7d9 100644 --- a/src/flake8/api/legacy.py +++ b/src/flake8/api/legacy.py @@ -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.