Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a045fd

Browse filesBrowse files
Fix spelling in style guide
1 parent 9f53bc9 commit 0a045fd
Copy full SHA for 0a045fd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/writing/style.rst

Copy file name to clipboardExpand all lines: docs/writing/style.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ recognised fact that code is read much more often than it is written.
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-
Moreover, when a veteran Python developer (a Pythonistas) point to some
12+
Moreover, when a veteran Python developer (a Pythonista) 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.
@@ -178,7 +178,7 @@ possibilities, because it grows the confidence that no hard-wall will be on the
178178
way. However, knowing how to use them and particularly when **not** to use
179179
them is the most important.
180180
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
182182
never do it.
183183
184184
We are all consenting adults

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.