From bb7dab144ec36cc7e167fc1350d7c25782ffebff Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Mon, 28 Dec 2015 03:18:48 -0800
Subject: HEAD~2: Typo fix

---
 ...-python-new-style-classes-from-my-failed-python3-port-of-tomorrow.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source')

diff --git a/source/blog/2015-12-27-lesson-on-magic-method-access-of-python-new-style-classes-from-my-failed-python3-port-of-tomorrow.md b/source/blog/2015-12-27-lesson-on-magic-method-access-of-python-new-style-classes-from-my-failed-python3-port-of-tomorrow.md
index 01b7e2c4..a64ce3d3 100644
--- a/source/blog/2015-12-27-lesson-on-magic-method-access-of-python-new-style-classes-from-my-failed-python3-port-of-tomorrow.md
+++ b/source/blog/2015-12-27-lesson-on-magic-method-access-of-python-new-style-classes-from-my-failed-python3-port-of-tomorrow.md
@@ -45,7 +45,7 @@ Accessing '__str__'
 '0'
 ```
 
-In addition, here's what happens if you try to let "pass through" a function:
+In addition, here's what happens if you try to "pass through" a function:
 
 ```python
 >>> def f(): return True
-- 
cgit v1.2.1