Skip to content

Commit b3141fe

Browse files
authored
Remove non-contextual embedded video.
Remove a non-contextual embedded video that itself has multiple errors. It confuses things, at best.
1 parent aa682c5 commit b3141fe

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)