Skip to content

Commit 1552c10

Browse files
RasmusWLyoff
andauthored
Python: Apply suggestions from code review
Co-authored-by: yoff <[email protected]>
1 parent a50b193 commit 1552c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
lgtm,codescanning
2-
* Added data-flow from `x` in both `x or y` and `x and y`, as described in the
2+
* Added data-flow from both `x` and `y` to `x or y` and `x and y`, as a slight over-approximation of what is described in the
33
[Python Language Reference](https://docs.python.org/3/reference/expressions.html#boolean-operations).

0 commit comments

Comments
 (0)