File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ recognised fact that code is read much more often than it is written.
9
9
One reason for Python code to be easily read and understood is its relatively
10
10
complete set of Code Style guidelines and "Pythonic" idioms.
11
11
12
- Moreover, when a veteran Python developer (a Pythonistas ) point to some
12
+ Moreover, when a veteran Python developer (a Pythonista ) point to some
13
13
parts of a code and say it is not "Pythonic", it usually means that these lines
14
14
of code do not follow the common guidelines and fail to express the intent in
15
15
what is considered the best (hear: most readable) way.
@@ -178,7 +178,7 @@ possibilities, because it grows the confidence that no hard-wall will be on the
178
178
way. However, knowing how to use them and particularly when ** not ** to use
179
179
them is the most important.
180
180
181
- Like a Kungfu master, a pythonistas knows how to kill with a single finger, and
181
+ Like a Kungfu master, a Pythonista knows how to kill with a single finger, and
182
182
never do it.
183
183
184
184
We are all consenting adults
You can’t perform that action at this time.
0 commit comments