Commit da7da61
authored
update block id from listening modals (#472)
current, the serial order in which a user reads the documentation sets the
opening_modals example as a pre-requisite that the listening_modals builds
upon.
Currently, an attempt to walk through the examples in order yeilds a
python
`keyError: 'block_c'`
This is because block_c does not match the name of the previous modal examle
`input_c`.
This patch updates the variable to be the same so that users can step through
the documentation without the above exception.1 parent 7173ef7 commit da7da61
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments