Skip to content

Commit 0f40784

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#166 from pbdeuchler/pure_functions
Removed 'more likely to be' when describing a pure function's deterministic attributes,...
2 parents c00101a + 1d1727e commit 0f40784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ in the persistence layer, it is said to have a side-effect.
230230
Carefully isolating functions with context and side-effects from functions with
231231
logic (called pure functions) allow the following benefits:
232232

233-
- Pure functions are more likely to be deterministic: given a fixed input,
233+
- Pure functions are deterministic: given a fixed input,
234234
the output will always be the same.
235235

236236
- Pure functions are much easier to change or replace if they need to

0 commit comments

Comments
 (0)