Fix uppercase after semicolon

This commit is contained in:
Andrea Gelmini
2012-05-27 17:36:18 +02:00
parent f79316cf29
commit 80d65f1f47
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ We are all consenting adults
As seen above, Python allows many tricks, and some of them are potentially
dangerous. A good example is that any client code can override an object's
properties and methods: There is no "private" keyword in Python. This
properties and methods: there is no "private" keyword in Python. This
philosophy, very different from highly defensive languages like Java, which
give a lot of mechanism to prevent any misuse, is expressed by the saying: "We
are consenting adults".