Skip to content

Commit 3d6df81

Browse files
committed
flowchart again2
1 parent d7192e3 commit 3d6df81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_Basics_IV.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
" b2 = flow.Box(w=3.2, h=1).label('毎回実行したい\\nコードを実行').drop('S')\n",
11631163
" flow.Arrow().down(sd.unit/4)\n",
11641164
" \n",
1165-
" d = flow.Decision(w=4.2, h=1.7, S='False', W='True'\n",
1165+
" d = flow.Decision(w=4.2, h=1.7, S='True', W='False'\n",
11661166
" ).label('最後の要素?').drop('W')\n",
11671167
" \n",
11681168
" flow.Wire('c', k=-1.5, arrow='->').linewidth(1).to(b1.W)\n",

0 commit comments

Comments
 (0)