Rename the tuples selection list example to mention tuples

Making this one look like it was *the* canonical example wasn't a good idea.
This commit is contained in:
Dave Pearson
2023-05-25 08:58:45 +01:00
parent a9100988b4
commit 2d544ca697
2 changed files with 3 additions and 3 deletions

View File

@@ -20,13 +20,13 @@ optionally contain a flag for the initial selected state of the option.
=== "Output" === "Output"
```{.textual path="docs/examples/widgets/selection_list.py"} ```{.textual path="docs/examples/widgets/selection_list_tuples.py"}
``` ```
=== "selection_list.py" === "selection_list_tuples.py"
~~~python ~~~python
--8<-- "docs/examples/widgets/selection_list.py" --8<-- "docs/examples/widgets/selection_list_tuples.py"
~~~ ~~~
=== "selection_list.css" === "selection_list.css"