mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Fix typos (#17988)
Fix typos --------- Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com> Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# For tuple expression, the minimum binding power of star expression is bitwise or.
|
||||
# Test the first and any other element as the there are two separate calls.
|
||||
# Test the first and any other element as there are two separate calls.
|
||||
|
||||
(*x in y, z, *x in y)
|
||||
(*not x, z, *not x)
|
||||
|
||||
Reference in New Issue
Block a user