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.