From 92fa55b8ce883ba7d48108ea8ea958579dbeb19b Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Sun, 24 Nov 2024 09:41:10 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0f25b92..1cb0101 100644 --- a/README.rst +++ b/README.rst @@ -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: