We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025a9cb commit 8f18bceCopy full SHA for 8f18bce
docs/writing/style.rst
@@ -6,7 +6,7 @@ Code Style
6
If you ask Python programmers what they like most in Python, they will
7
often say its high readability. Indeed, a high level of readability
8
is at the heart of the design of the Python language, following the
9
-recognised fact that code is read much more often than it is written.
+recognized fact that code is read much more often than it is written.
10
11
One reason for Python code to be easily read and understood is its relatively
12
complete set of Code Style guidelines and "Pythonic" idioms.
0 commit comments