mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Use raw strings for docstring
This commit is contained in:
parent
ec678de427
commit
43df3ecf74
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue