소스 검색

Punting explanation of decorators, for now.

Swaroop C H 12 년 전
부모
커밋
dde1393ecd
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      17-more.md

+ 5 - 0
17-more.md

@@ -293,6 +293,11 @@ Write to a database or make a network call or etc.
 This will be automatically retried if exception is thrown.
 ~~~
 
+How It Works:
+
+Read
+<http://toumorokoshi.github.io/dry-principles-through-python-decorators.html>.
+
 ## Differences between Python 2 and Python 3 ##
 
 Read these articles: