diff --git a/README.md b/README.md index ffbf48b..39b704f 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,5 @@ This comes with absolutely no guarantee of support or correct function, although * `smtp2rss.py` - bridge SMTP (inbound emails) to RSS. * `yearbox.html` - DokuWiki-type yearbox prototype for Minoteaur (I think this actually contains an off-by-one error somewhere; it isn't what's actually in use). * `arbitrary-politics-graphs` - all you need to run your own election campaign. -* `heavbiome` - some work on biome generation with Perlin noise. \ No newline at end of file +* `heavbiome` - some work on biome generation with Perlin noise. +* `block_scope.py` - Python uses function scoping rather than block scoping. Some dislike this. I made a decorator to switch to block scoping. \ No newline at end of file