Use properly renamed function name in docs
This commit is contained in:
parent
2fc1dfca96
commit
cb6f2198b8
@ -171,7 +171,7 @@ Utilities
|
||||
|
||||
.. autofunction:: black.re_compile_maybe_verbose
|
||||
|
||||
.. autofunction:: black.should_explode
|
||||
.. autofunction:: black.should_split_body_explode
|
||||
|
||||
.. autofunction:: black.shutdown
|
||||
|
||||
|
@ -5559,7 +5559,7 @@ def ensure_visible(leaf: Leaf) -> None:
|
||||
|
||||
|
||||
def should_split_body_explode(line: Line, opening_bracket: Leaf) -> bool:
|
||||
"""Should `line` immediately be split with `delimiter_split()` after RHS?"""
|
||||
"""Should `line` be immediately split with `delimiter_split()` after RHS?"""
|
||||
|
||||
if not (opening_bracket.parent and opening_bracket.value in "[{("):
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user