Skip to content

Commit 8c15d01

Browse files
author
lambdadi
committed
Fix markdown formatting mistakes
Markdown formatting, for text emphasis and file paths, was broken in my previous commit to the 'Idioms' section of the style.rst document. My previous commit may be found at: https://github.com/kennethreitz/python-guide/pull/243 Sorry!
1 parent 9178fdf commit 8c15d01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/writing/style.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ is a probable indication that such a refactoring is needed.
251251
Idioms
252252
------
253253

254-
A programming Idiom, put simply, is _a way_ to write code. The notion of programming Idioms
255-
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>`.
254+
A programming Idiom, put simply, is a *way* to write code. The notion of programming Idioms
255+
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>`_.
256256

257257
Idiomatic Python code is often referred to as being *Pythonic*.
258258

259259
Although there usually is one-- and preferably only one --obvious way to do it;
260-
_the_ way to write idiomatic Python code can be non-obvious to Python beginners. So,
260+
*the* way to write idiomatic Python code can be non-obvious to Python beginners. So,
261261
good idioms must be consciously acquired.
262262

263263
Some common Python idioms follow:

0 commit comments

Comments
 (0)