Merge pull request #242 from lambdadi/master

Clarified point about variable names, under Dynamic Typing
This commit is contained in:
Kenneth Reitz
2013-01-27 01:47:47 -08:00
+1 -1
View File
@@ -330,7 +330,7 @@ been set to a completely unrelated object.
Some guidelines help to avoid this issue: Some guidelines help to avoid this issue:
- Avoid using variables for different things. - Avoid using the same variable name for different things.
**Bad** **Bad**