Merge pull request #207 from andrewmacgregor/master

Fixes for warnings in docs
This commit is contained in:
Kenneth Reitz
2012-11-15 17:22:15 -08:00
6 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ logic (called pure functions) allow the following benefits:
- Pure functions are easier to test with unit-tests: There is less
need for complex context setup and data cleaning afterwards.
- Pure functions are easier to manipulate, decorate_, and pass-around.
- Pure functions are easier to manipulate, decorate, and pass-around.
In summary, pure functions, without any context or side-effects, are more
efficient building blocks than classes and objects for some architectures.