Merge pull request #165 from codeinthehole/patch-1
authorKenneth Reitz <me@kennethreitz.com>
Sat, 9 Jun 2012 04:21:27 +0000 (21:21 -0700)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 9 Jun 2012 04:21:27 +0000 (21:21 -0700)
Fixed a few grammatical errors.  Removed some needless words.

docs/writing/structure.rst

index 60c11ca..0fd4ca5 100644 (file)
@@ -230,7 +230,7 @@ in the persistence layer, it is said to have a side-effect.
 Carefully isolating functions with context and side-effects from functions with
 logic (called pure functions) allow the following benefits:
 
-- Pure functions are more likely to be deterministic: given a fixed input,
+- Pure functions are deterministic: given a fixed input,
   the output will always be the same.
 
 - Pure functions are much easier to change or replace if they need to