Taylor Fox Dahlin
commited on
Fixed incorrect doc label
Browse files- docs/user/playlist.rst +2 -2
docs/user/playlist.rst
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
..
|
2 |
|
3 |
Using Playlists
|
4 |
===============
|
@@ -43,4 +43,4 @@ Or, if we're only interested in the URLs for the videos, we can look at those as
|
|
43 |
Python Tutorial for Beginners 2 - Numbers and Math in Python
|
44 |
Python Tutorial for Beginners 3 - Variables and Inputs
|
45 |
|
46 |
-
And that's basically all there is to it! The Playlist class is relatively straightforward.
|
|
|
1 |
+
.. _playlist:
|
2 |
|
3 |
Using Playlists
|
4 |
===============
|
|
|
43 |
Python Tutorial for Beginners 2 - Numbers and Math in Python
|
44 |
Python Tutorial for Beginners 3 - Variables and Inputs
|
45 |
|
46 |
+
And that's basically all there is to it! The Playlist class is relatively straightforward.
|