Skip to content

Commit 7d667bb

Browse files
committed
Slightly update the description
1 parent 10cd5e0 commit 7d667bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![WTFPL 2.0][license-image]][license-url]
55

66

7-
Python, being awesome by design high-level and interpreter-based programming language, provides us with many features for the programmer's comfort. But sometimes, the outcomes of a Python snippet may not seem obvious to a regular user at first sight.
7+
Python, being a beautifully designed high-level and interpreter-based programming language, provides us with many features for the programmer's comfort. But sometimes, the outcomes of a Python snippet may not seem obvious to a regular user at first sight.
88

99
Here is a fun project attempting to collect such classic and tricky examples of unexpected behaviors in Python and discuss what exactly is happening under the hood!
1010

@@ -156,10 +156,10 @@ All the examples are structured like below:
156156
157157
A good way to get the most out of these examples, in my opinion, will be just to read the examples chronologically, and for every example:
158158
- Carefully read the initial code for setting up the example. If you're an experienced Python programmer, most of the times you will successfully anticipate what's gonna happen next.
159-
- Read the output snippets and
159+
- Read the output snippets and,
160160
+ Check if the outputs are the same as you'd expect.
161161
+ Make sure know the exact reason behind the output being the way it is.
162-
- If no, read the explanation (and if you still don't understand, shout out! and create an issue [here](https://github.com/satwikkansal/wtfPython)).
162+
- If no, take a deep breath, and read the explanation (and if you still don't understand, shout out! and create an issue [here](https://github.com/satwikkansal/wtfPython)).
163163
- If yes, give a gentle pat on your back, and you may skip to the next example.
164164
165165
PS: You can also read these examples at the command line. First install the npm package `wtfpython`,

0 commit comments

Comments
 (0)