From d1a414414334f4ffe555bdf361155356dca5df7f Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Thu, 9 Jan 2020 13:12:14 +0200 Subject: [PATCH] Fix issue creating link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ebdfa..db1fe37 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ A nice way to get the most out of these examples, in my opinion, is to read them - Read the output snippets and, + Check if the outputs are the same as you'd expect. + Make sure if you know the exact reason behind the output being the way it is. - - If the answer is no (which is perfectly okay), 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)). + - If the answer is no (which is perfectly okay), 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/issues/new)). - If yes, give a gentle pat on your back, and you may skip to the next example. PS: You can also read WTFPython at the command line using the [pypi package](https://pypi.python.org/pypi/wtfpython),