Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Oct 17, 2019
1 parent 183dcc4 commit 3d6ddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/extensions/_check_docs_utils.py
Expand Up @@ -107,7 +107,7 @@ def _get_raise_target(node):


def _split_multiple_exc_types(target: str) -> List[str]:
delimiters = r'(\s*,(?:\s*or\s)?\s*|\s+or\s+)'
delimiters = r"(\s*,(?:\s*or\s)?\s*|\s+or\s+)"
return re.split(delimiters, target)


Expand Down

0 comments on commit 3d6ddbe

Please sign in to comment.