From 2de408a705d6fb380c18445f11cf64c155b4dbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Mon, 29 Jan 2018 23:39:44 +0800 Subject: [PATCH] Fix type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04c49f1..5ca25a3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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. -Here is a fun project to collect such tricky & conter-intuitive examples and lesser-known features in Python, attempting to discuss what exactly is happening under the hood! +Here is a fun project to collect such tricky & counter-intuitive examples and lesser-known features in Python, attempting to discuss what exactly is happening under the hood! While some of the examples you see below may not be WTFs in the truest sense, but they'll reveal some of the interesting parts of Python that you might be unaware of. I find it a nice way to learn the internals of a programming language, and I think you'll find them interesting as well!