From 4f4825a5b79092b7d07018f1c99f01bce14730cf Mon Sep 17 00:00:00 2001 From: David Winterbottom Date: Fri, 8 Jun 2012 17:24:13 +0200 Subject: [PATCH] Fixed a few grammatical errors. Removed some needless words. --- docs/writing/style.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/writing/style.rst b/docs/writing/style.rst index 91f1a1d..bbc57d3 100644 --- a/docs/writing/style.rst +++ b/docs/writing/style.rst @@ -1,15 +1,15 @@ Code Style ========== -If you ask to Python programmers what they like the most in Python, they will -often say it is its high readability. Indeed, a high level of readability of -the code is at the heart of the design of the Python language, following the +If you ask Python programmers what they like most in Python, they will +often say its high readability. Indeed, a high level of readability +is at the heart of the design of the Python language, following the recognised fact that code is read much more often than it is written. One reason for Python code to be easily read and understood is its relatively complete set of Code Style guidelines and "Pythonic" idioms. -On the opposite, when a veteran Python developper (a Pythonistas) point to some +Moreover, when a veteran Python developer (a Pythonistas) point to some parts of a code and say it is not "Pythonic", it usually means that these lines of code do not follow the common guidelines and fail to express the intent in what is considered the best (hear: most readable) way. -- 1.8.0.2