You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/writing/style.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ are a probable indication that such a refactoring is needed.
256
256
Idioms
257
257
------
258
258
259
-
A programming Idiom, put simply, is a *way* to write code. The notion of programming Idioms
259
+
A programming idiom, put simply, is a *way* to write code. The notion of programming idioms
260
260
is discussed amply at `c2 <http://c2.com/cgi/wiki?ProgrammingIdiom>`_ and at `Stack Overflow <http://stackoverflow.com/questions/302459/what-is-a-programming-idiom>`_.
261
261
262
262
Idiomatic Python code is often referred to as being *Pythonic*.
0 commit comments