There was an error while loading. Please reload this page.
1 parent 473670e commit 02ce2d9Copy full SHA for 02ce2d9
1 file changed
src/black/nodes.py
@@ -457,7 +457,7 @@ def preceding_leaf(node: LN | None) -> Leaf | None:
457
458
def prev_siblings_are(node: LN | None, tokens: list[NodeType | None]) -> bool:
459
"""Return if the `node` and its previous siblings match types against the provided
460
- list of tokens; the provided `node`has its type matched against the last element in
+ list of tokens; the provided `node` has its type matched against the last element in
461
the list. `None` can be used as the first element to declare that the start of the
462
list is anchored at the start of its parent's children."""
463
if not tokens:
0 commit comments