Skip to content

Commit f1651e1

Browse files
looks like a typo, was perhaps meant to be link to decorators but that is only a few lines later
1 parent 7732355 commit f1651e1

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
@@ -266,7 +266,7 @@ logic (called pure functions) allow the following benefits:
266266
- Pure functions are easier to test with unit-tests: There is less
267267
need for complex context setup and data cleaning afterwards.
268268

269-
- Pure functions are easier to manipulate, decorate_, and pass-around.
269+
- Pure functions are easier to manipulate, decorate, and pass-around.
270270

271271
In summary, pure functions, without any context or side-effects, are more
272272
efficient building blocks than classes and objects for some architectures.

0 commit comments

Comments
 (0)