Browse Source

Fix typo.

master
Ben Kurtovic 10 years ago
parent
commit
162be0f63a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _posts/2014-06-01-obfuscating-hello-world.md

+ 1
- 1
_posts/2014-06-01-obfuscating-hello-world.md View File

@@ -366,7 +366,7 @@ argument, and obfuscate some variable names:
{% endhighlight %}

There's a new problem now: we still need a way to hide `0` and `1`. We can get
these by examining the number of local variables within a arbitrary functions:
these by examining the number of local variables within arbitrary functions:

{% highlight pycon %}



Loading…
Cancel
Save