Skip to content

Commit

Permalink
Blacken blib2to3's docstring which had an over-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vandiver committed Nov 12, 2019
1 parent a28e5a5 commit 93d6b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blib2to3/pytree.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def generate_matches(
(count, results) tuples where:
count: the entire sequence of patterns matches nodes[:count];
results: dict containing named submatches.
"""
"""
if not patterns:
yield 0, {}
else:
Expand Down

0 comments on commit 93d6b8f

Please sign in to comment.