From 0321150ef7bfef94a4342793bc76012143ac8311 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 30 Jan 2015 11:58:16 -0600 Subject: [PATCH] Typo fix. --- _posts/2015-01-28-python-object-replacement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-01-28-python-object-replacement.md b/_posts/2015-01-28-python-object-replacement.md index 5a46a98..e308e58 100644 --- a/_posts/2015-01-28-python-object-replacement.md +++ b/_posts/2015-01-28-python-object-replacement.md @@ -20,7 +20,7 @@ on. _But why on Earth would you want to do that?_ you ask. I'll focus on a concrete use case in a future post, but for now, I imagine this could be useful in some -kind of advanted unit testing situation with mock objects. Still, it's fairly +kind of advanced unit testing situation with mock objects. Still, it's fairly insane, so let's leave it primarily as an intellectual exercise. This article is written for [CPython](https://en.wikipedia.org/wiki/CPython)