Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored Nov 24, 2024
1 parent 8034499 commit 92fa55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Here is the graph for ``x and y``:

.. image:: https://github.com/rocky/python-control-flow/blob/master/doc-example/flow%2Bdom-3.9-and-lambda%3Ax-y.png

Note the same graph would be the same as ``if a: if b: ...```.
Note the same graph would be the same as ``if x: if y: ...```.

The graph for ``a or b`` is almost the same except the style of the blue dotted arrow:

Expand Down

0 comments on commit 92fa55b

Please sign in to comment.