Eloar
commited on
Commit
·
68dad8e
1
Parent(s):
7e431a0
- added __future__ import to example in README
Browse files- README.rst +1 -0
README.rst
CHANGED
@@ -95,6 +95,7 @@ Usage Example
|
|
95 |
# You can override this by manually setting the filename.
|
96 |
|
97 |
# view the auto generated filename:
|
|
|
98 |
print(yt.filename)
|
99 |
|
100 |
#Pulp Fiction - Dancing Scene [HD]
|
|
|
95 |
# You can override this by manually setting the filename.
|
96 |
|
97 |
# view the auto generated filename:
|
98 |
+
from __future__ import print_function
|
99 |
print(yt.filename)
|
100 |
|
101 |
#Pulp Fiction - Dancing Scene [HD]
|