From b3141fe7a45b4cbf09c4cd3d4287928ad4f85b8e Mon Sep 17 00:00:00 2001 From: adamdonahue Date: Mon, 28 May 2018 15:04:00 -0400 Subject: [PATCH] Remove non-contextual embedded video. Remove a non-contextual embedded video that itself has multiple errors. It confuses things, at best. --- docs/writing/reading.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/writing/reading.rst b/docs/writing/reading.rst index 0b6486d51..4e6a59c38 100644 --- a/docs/writing/reading.rst +++ b/docs/writing/reading.rst @@ -10,14 +10,6 @@ one thing that Python programmers do is read code. One of the secrets of becoming a great Python programmer is to read, understand, and comprehend excellent code. -.. raw:: html - - - - Excellent code typically follows the guidelines outlined in :ref:`code_style`, and does its best to express a clear and concise intent to the reader.