Skip to content

Commit 992c923

Browse files
authored
Merge pull request realpython#901 from adamdonahue/master
Remove non-contextual embedded video.
2 parents 294edf2 + b3141fe commit 992c923

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/writing/reading.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ one thing that Python programmers do is read code.
1010
One of the secrets of becoming a great Python programmer is to read,
1111
understand, and comprehend excellent code.
1212

13-
.. raw:: html
14-
15-
<iframe width="560"
16-
height="315"
17-
src="https://www.youtube.com/embed/Jc8M9-LoEuo"
18-
frameborder="0" allowfullscreen></iframe>
19-
20-
2113
Excellent code typically follows the guidelines outlined in
2214
:ref:`code_style`, and does its best to express a clear and concise
2315
intent to the reader.

0 commit comments

Comments
 (0)