Skip to content

Commit 7e6254c

Browse files
committed
change TL;DR to mention proxy can add logic
1 parent 0faf800 commit 7e6254c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patterns/structural/proxy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
https://python-3-patterns-idioms-test.readthedocs.io/en/latest/Fronting.html
1212
1313
*TL;DR
14-
Add functionality to a resource without changing its interface.
14+
Add functionality or logic (e.g. logging, caching, authorization) to a resource
15+
without changing its interface.
1516
"""
1617

1718

0 commit comments

Comments
 (0)