Skip to content

Commit 4f4825a

Browse files
committed
Fixed a few grammatical errors. Removed some needless words.
1 parent c00101a commit 4f4825a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/writing/style.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Code Style
22
==========
33

4-
If you ask to Python programmers what they like the most in Python, they will
5-
often say it is its high readability. Indeed, a high level of readability of
6-
the code is at the heart of the design of the Python language, following the
4+
If you ask Python programmers what they like most in Python, they will
5+
often say its high readability. Indeed, a high level of readability
6+
is at the heart of the design of the Python language, following the
77
recognised fact that code is read much more often than it is written.
88

99
One reason for Python code to be easily read and understood is its relatively
1010
complete set of Code Style guidelines and "Pythonic" idioms.
1111

12-
On the opposite, when a veteran Python developper (a Pythonistas) point to some
12+
Moreover, when a veteran Python developer (a Pythonistas) point to some
1313
parts of a code and say it is not "Pythonic", it usually means that these lines
1414
of code do not follow the common guidelines and fail to express the intent in
1515
what is considered the best (hear: most readable) way.

0 commit comments

Comments
 (0)